GramRevenueStatistics constructor
GramRevenueStatistics({
- StatisticalGraph? revenueByDayGraph,
- GramRevenueStatus? status,
- required double usdRate,
Implementation
GramRevenueStatistics({
this.revenueByDayGraph,
this.status,
required this.usdRate,
});