TransactionsResponse constructor
TransactionsResponse({
- List<
Transaction> ? transactions, - int? count,
Implementation
TransactionsResponse({this.transactions, this.count});