TransactionsResponse constructor

TransactionsResponse({
  1. List<Transaction>? transactions,
  2. int? count,
})

Implementation

TransactionsResponse({this.transactions, this.count});