value Array public static function allKeyValue(): array { return self::query()->pluck('value', 'key')->toArray(); } }