menu
motocode_core package
documentation
models/src/location_module.dart
Department
Department.new const constructor
Department.new const constructor
dark_mode
light_mode
Department
constructor
const
Department
(
{
int
?
id
,
String
?
name
,
DateTime
?
createdDate
,
})
Implementation
const factory Department({ int? id, String? name, DateTime? createdDate, }) = _Department;
motocode_core package
documentation
models/src/location_module
Department
Department.new const constructor
Department class