TransactionsModel constructor
Implementation
TransactionsModel({
required this.status,
required this.message,
required this.total,
required this.amountTotalBs,
this.statusDay,
required this.ctransactions,
});
TransactionsModel({
required this.status,
required this.message,
required this.total,
required this.amountTotalBs,
this.statusDay,
required this.ctransactions,
});