ChatRevenueTransaction constructor

ChatRevenueTransaction({
  1. required String cryptocurrency,
  2. required int cryptocurrencyAmount,
  3. ChatRevenueTransactionType? type,
})

Implementation

ChatRevenueTransaction({
  required this.cryptocurrency,
  required this.cryptocurrencyAmount,
  this.type,
});