menu
json_serializer package
documentation
json_serializer.dart
EnumType<T extends Enum>
values property
values property
dark_mode
light_mode
values
property
List
<
T
>
values
final
The list of values of the enumeration type.
Implementation
final List<T> values;
json_serializer package
documentation
json_serializer
EnumType<T extends Enum>
values property
EnumType class