fromJsonModel static method

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

Implementation

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