menu
flutter_yaml_to_dart package
documentation
model_parser.dart
ModelField
ModelField.new constructor
ModelField.new constructor
dark_mode
light_mode
ModelField
constructor
ModelField
(
String
name
,
String
type
, {
String
?
jsonKey
,
String
?
defaultValue
,
List
<
String
>
enumValues
=
const []
,
})
Implementation
ModelField(this.name, this.type, {this.jsonKey, this.defaultValue, this.enumValues = const []});
flutter_yaml_to_dart package
documentation
model_parser
ModelField
ModelField.new constructor
ModelField class