StarRevenueStatistics constructor

StarRevenueStatistics({
  1. StatisticalGraph? revenueByDayGraph,
  2. StarRevenueStatus? status,
  3. required double usdRate,
})

Implementation

StarRevenueStatistics({
  this.revenueByDayGraph,
  this.status,
  required this.usdRate,
});