menu
saropa_dart_utils package
documentation
parsing/json_schema_utils.dart
FieldSchema
allowed property
allowed property
dark_mode
light_mode
allowed
property
List
<
Object
?
>
?
allowed
final
When non-null, the value must equal one of these (an enum constraint).
Implementation
final List<Object?>? allowed;
saropa_dart_utils package
documentation
parsing/json_schema_utils
FieldSchema
allowed property
FieldSchema class