ChatRevenueStatistics constructor
ChatRevenueStatistics({
- StatisticalGraph? revenueByHourGraph,
- StatisticalGraph? revenueGraph,
- ChatRevenueAmount? revenueAmount,
- required double usdRate,
Implementation
ChatRevenueStatistics({
this.revenueByHourGraph,
this.revenueGraph,
this.revenueAmount,
required this.usdRate,
});