fromJsonModel static method

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

Implementation

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