ChatRevenueTransaction constructor
ChatRevenueTransaction({
- required String cryptocurrency,
- required int cryptocurrencyAmount,
- ChatRevenueTransactionType? type,
Implementation
ChatRevenueTransaction({
required this.cryptocurrency,
required this.cryptocurrencyAmount,
this.type,
});