menu
flutter_fit_utils package
documentation
model/model.dart
Model
Model const constructor
Model const constructor
dark_mode
light_mode
Model
constructor
const
Model
(
{
required
String
id
,
String
?
userId
,
Map
<
String
,
dynamic
>
data
=
const {}
,
})
Creates a new model.
Implementation
const Model({required this.id, this.userId, this.data = const {}});
flutter_fit_utils package
documentation
model/model
Model
Model const constructor
Model class