TheMoviePersonCast class

Constructors

TheMoviePersonCast({String? character, String? creditId, String? releaseDate, int? voteCount, bool? video, bool? adult, num? voteAverage, String? title, List<int>? genreIds, String? originalLanguage, String? originalTitle, num? popularity, int? id, String? backdropPath, String? overview, String? posterPath})
TheMoviePersonCast.fromJson(Map<String, dynamic> json)

Properties

adult bool?
getter/setter pair
backdropPath String?
getter/setter pair
character String?
getter/setter pair
creditId String?
getter/setter pair
genreIds List<int>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
originalLanguage String?
getter/setter pair
originalTitle String?
getter/setter pair
overview String?
getter/setter pair
popularity num?
getter/setter pair
posterPath String?
getter/setter pair
releaseDate String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
video bool?
getter/setter pair
voteAverage num?
getter/setter pair
voteCount int?
getter/setter pair

Methods

copyWith({String? character, String? creditId, String? releaseDate, int? voteCount, bool? video, bool? adult, num? voteAverage, String? title, List<int>? genreIds, String? originalLanguage, String? originalTitle, num? popularity, int? id, String? backdropPath, String? overview, String? posterPath}) TheMoviePersonCast
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