menu
erpmc package
documentation
account_management.dart
CurrencyModel
CurrencyModel.new const constructor
CurrencyModel.new const constructor
dark_mode
light_mode
CurrencyModel
constructor
const
CurrencyModel
(
{
int
id
=
0
,
required
String
name
,
bool
status
=
true
,
})
Implementation
const CurrencyModel({ super.id = 0, required super.name, super.status = true, });
erpmc package
documentation
account_management
CurrencyModel
CurrencyModel.new const constructor
CurrencyModel class