MetadataMovieModel constructor
MetadataMovieModel({
- String? year,
- String? rated,
- String? released,
- String? runtime,
- String? genre,
- String? director,
- String? writer,
- String? actors,
- String? plot,
- String? language,
- String? country,
- String? awards,
- String? poster,
- String? posterBlurHash,
- String? logo,
- String? logoBlurHash,
- String? backdrop,
- String? backdropBlurHash,
- List<
Rating> ? ratings, - String? metascore,
- String? imdbRating,
- String? imdbVotes,
- String? imdbID,
- String? type,
- String? dvd,
- String? boxOffice,
- String? production,
- String? website,
Implementation
MetadataMovieModel({
this.year,
this.rated,
this.released,
this.runtime,
this.genre,
this.director,
this.writer,
this.actors,
this.plot,
this.language,
this.country,
this.awards,
this.poster,
this.posterBlurHash,
this.logo,
this.logoBlurHash,
this.backdrop,
this.backdropBlurHash,
this.ratings,
this.metascore,
this.imdbRating,
this.imdbVotes,
this.imdbID,
this.type,
this.dvd,
this.boxOffice,
this.production,
this.website,
});