TheMoviePersonDetail class

Constructors

TheMoviePersonDetail({String? birthday, String? knownForDepartment, dynamic deathday, int? id, String? name, List<String>? alsoKnownAs, int? gender, String? biography, num? popularity, String? placeOfBirth, String? profilePath, bool? adult, String? imdbId, dynamic homepage})
TheMoviePersonDetail.fromJson(Map<String, dynamic> json)

Properties

adult bool?
getter/setter pair
alsoKnownAs List<String>?
getter/setter pair
biography String?
getter/setter pair
birthday String?
getter/setter pair
deathday ↔ dynamic
getter/setter pair
gender int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homepage ↔ dynamic
getter/setter pair
id int?
getter/setter pair
imdbId String?
getter/setter pair
knownForDepartment String?
getter/setter pair
name String?
getter/setter pair
placeOfBirth String?
getter/setter pair
popularity num?
getter/setter pair
profilePath String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? birthday, String? knownForDepartment, dynamic deathday, int? id, String? name, List<String>? alsoKnownAs, int? gender, String? biography, num? popularity, String? placeOfBirth, String? profilePath, bool? adult, String? imdbId, dynamic homepage}) TheMoviePersonDetail
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