ChatRevenueTransactions constructor
ChatRevenueTransactions({
- required int gramAmount,
- required List<
ChatRevenueTransaction> transactions, - required String nextOffset,
Implementation
ChatRevenueTransactions({
required this.gramAmount,
required this.transactions,
required this.nextOffset,
});