menu
serdes_json_generator package
documentation
models.dart
Field
Field const constructor
Field const constructor
dark_mode
light_mode
Field
constructor
const
Field
(
String
name
,
String
jsonName
,
FieldType
type
)
Implementation
const Field(this.name, this.jsonName, this.type);
serdes_json_generator package
documentation
models
Field
Field const constructor
Field class