GramRevenueStatistics constructor

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

Implementation

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