CommissionsByDay.fromJson constructor
Implementation
factory CommissionsByDay.fromJson(Map<String, dynamic> json) => CommissionsByDay(
dayOfWeek: json["dayOfWeek"],
totalCommission: json["totalCommission"],
totalNeoMiles: json["totalNeoMiles"],
dayNamE: json["dayNam e"],
dayName: json["dayName"],
);