menu
json_to_flutter package
documentation
models/model.dart
Model
Model.new constructor
Model.new constructor
dark_mode
light_mode
Model
constructor
Model
(
{
String
name
=
''
,
List
<
Field
>
fields
=
const []
,
})
Implementation
Model({this.name = '', this.fields = const []});
json_to_flutter package
documentation
models/model
Model
Model.new constructor
Model class