WalletTransactionListResponse constructor
WalletTransactionListResponse({
- required List<
WalletTransaction> transactions, - String? nextCursor,
- required String requestId,
Implementation
WalletTransactionListResponse({
required this.transactions,
this.nextCursor,
required this.requestId,
});