menu
map_model package
documentation
annotation/model.dart
Model
Model.new const constructor
Model.new const constructor
dark_mode
light_mode
Model
constructor
const
Model
(
List
<
Property
>
properties
, {
Map
<
Type
,
String
>
converts
=
const {}
,
})
Model annotation
Implementation
const Model(this.properties, {this.converts = const {}});
map_model package
documentation
annotation/model
Model
Model.new const constructor
Model class