*/ public static function values(): array { return array_map(static fn (self $case): string => $case->value, self::cases()); } public function isGranted(): bool { return $this === self::Granted; } }