menu
kronix package
documentation
database/model.dart
Model
Model.new constructor
Model.new constructor
dark_mode
light_mode
Model
constructor
Model
(
{
int
?
id
,
DateTime
?
createdAt
,
DateTime
?
updatedAt
,
})
Creates a new
Model
instance.
Implementation
Model({this.id, this.createdAt, this.updatedAt});
kronix package
documentation
database/model
Model
Model.new constructor
Model class