ChatRevenueAmount constructor
ChatRevenueAmount({})
Implementation
ChatRevenueAmount({
required this.cryptocurrency,
required this.totalAmount,
required this.balanceAmount,
required this.availableAmount,
required this.withdrawalEnabled,
});