menu
json_to_flutter package
documentation
models/field.dart
Field
Field.new const constructor
Field.new const constructor
dark_mode
light_mode
Field
constructor
const
Field
(
{
String
name
=
''
,
String
type
=
''
,
String
defaultValue
=
''
,
})
Implementation
const Field({this.name = '', this.type = '', this.defaultValue = ''});
json_to_flutter package
documentation
models/field
Field
Field.new const constructor
Field class