StatisticModel constructor
StatisticModel({})
Implementation
StatisticModel({
this.totalOrdersCount,
this.totalDeliveryPrice,
this.totalBeforeDeliveryPrice,
this.totalBeforeDeliveryCount,
this.dailyStats,
});