listFromJson static method
Implementation
static List<CancelledSeriesModel> listFromJson(dynamic json) =>
json.map(CancelledSeriesModel.fromJson).toList();
static List<CancelledSeriesModel> listFromJson(dynamic json) =>
json.map(CancelledSeriesModel.fromJson).toList();