EsgSeries.fromJson(Map<String, dynamic> json) { score = json['score']?.toDouble(); date = json['date']; }