ChatRevenueTransactions constructor

ChatRevenueTransactions({
  1. required int gramAmount,
  2. required List<ChatRevenueTransaction> transactions,
  3. required String nextOffset,
})

Implementation

ChatRevenueTransactions({
  required this.gramAmount,
  required this.transactions,
  required this.nextOffset,
});