menu
flutter_fit_utils package
documentation
model/generic_model.dart
GenericModel
GenericModel.withDate const constructor
GenericModel.withDate const constructor
dark_mode
light_mode
GenericModel.withDate
constructor
const
GenericModel.withDate
(
Object
data
,
DateTime
createdAt
, {
String
id
=
""
,
String
userId
=
""
,
bool
invalid
=
false
,
})
Implementation
const GenericModel.withDate(this.data, this.createdAt, {super.id, super.userId, super.invalid});
flutter_fit_utils package
documentation
model/generic_model
GenericModel
GenericModel.withDate const constructor
GenericModel class