SenderTransactionPage constructor
SenderTransactionPage({
- required List<
SenderTransaction> transactions, - required bool hasNextPage,
- String? endCursor,
Implementation
SenderTransactionPage({
required this.transactions,
required this.hasNextPage,
this.endCursor,
});