menu
erpmc package
documentation
permission_management.dart
DeviceModel
DeviceModel.new const constructor
DeviceModel.new const constructor
dark_mode
light_mode
DeviceModel
constructor
const
DeviceModel
(
{
required
String
id
,
bool
status
=
false
,
String
?
description
,
})
Implementation
const DeviceModel({ required this.id, this.status = false, this.description, });
erpmc package
documentation
permission_management
DeviceModel
DeviceModel.new const constructor
DeviceModel class