TransactionsList constructor

TransactionsList(
  1. List<Transaction> transactions,
  2. int? totalItems,
  3. int? totalPages,
  4. List<LinkDescription>? links,
)

Implementation

TransactionsList(
    this.transactions, this.totalItems, this.totalPages, this.links);