KruzrHistoricData.fromJson(Map<String, dynamic> json) { startDate = json["startDate"]; endDate = json["endDate"]; data = json["data"]; }