TransactionsList constructor
TransactionsList(
- List<
Transaction> transactions, - int? totalItems,
- int? totalPages,
- List<
LinkDescription> ? links,
Implementation
TransactionsList(
this.transactions, this.totalItems, this.totalPages, this.links);