AccountCurrencyModel constructor
AccountCurrencyModel({})
Implementation
AccountCurrencyModel({
this.branchId = 0,
required this.accountId,
required this.currencyId,
required this.price,
this.status = true,
}) : createAt = DateTime.now(),
sessionId = 0,
userId = 0;