fromJsonModel static method

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

Implementation

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