MetadataMovieModel class
Constructors
-
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}) -
MetadataMovieModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actors → String?
-
final
- awards → String?
-
final
- backdrop → String?
-
final
- backdropBlurHash → String?
-
final
- boxOffice → String?
-
final
- country → String?
-
final
- director → String?
-
final
- dvd → String?
-
final
- genre → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imdbID → String?
-
final
- imdbRating → String?
-
final
- imdbVotes → String?
-
final
- language → String?
-
final
- logo → String?
-
final
- logoBlurHash → String?
-
final
- metascore → String?
-
final
- plot → String?
-
final
- poster → String?
-
final
- posterBlurHash → String?
-
final
- production → String?
-
final
- rated → String?
-
final
-
ratings
→ List<
Rating> ? -
final
- released → String?
-
final
- runtime → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
final
- website → String?
-
final
- writer → String?
-
final
- year → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited