ChatRevenueStatistics constructor

ChatRevenueStatistics({
  1. StatisticalGraph? revenueByHourGraph,
  2. StatisticalGraph? revenueGraph,
  3. ChatRevenueAmount? revenueAmount,
  4. required double usdRate,
})

Implementation

ChatRevenueStatistics({
  this.revenueByHourGraph,
  this.revenueGraph,
  this.revenueAmount,
  required this.usdRate,
});