menu
atomic_flutter_kit package
documentation
models/base_model.dart
BaseModel
BaseModel.new constructor
BaseModel.new constructor
dark_mode
light_mode
BaseModel
constructor
BaseModel
(
{
String
?
id
,
DateTime
?
createdAt
,
DateTime
?
updatedAt
,
})
Implementation
BaseModel({ this.id, this.createdAt, this.updatedAt, });
atomic_flutter_kit package
documentation
models/base_model
BaseModel
BaseModel.new constructor
BaseModel class