fromJsonModel static method

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

Implementation

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