FinancialTransactionResponse constructor Null safety
Implementation
FinancialTransactionResponse({
required this.totalItems,
required this.items,
required this.transactions,
required this.total,
});
FinancialTransactionResponse({
required this.totalItems,
required this.items,
required this.transactions,
required this.total,
});