static Future<Series> asyncFromJson(Map<String, dynamic> json) => compute<Map<String, dynamic>, Series>((json)=>Series.fromJson(json), json);