fromJsonModel static method

EpisodeCrewList fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static EpisodeCrewList fromJsonModel(Map<String, dynamic> json) =>
    EpisodeCrewList.fromJson(json);