fromJsonModel static method

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

Implementation

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