TransactionsGetResponse constructor
TransactionsGetResponse({
- required List<
AccountBase> accounts, - required List<
Transaction> transactions, - required int totalTransactions,
- required Item item,
- required String requestId,
Implementation
TransactionsGetResponse({
required this.accounts,
required this.transactions,
required this.totalTransactions,
required this.item,
required this.requestId,
});