Media class abstract

Implementers

Constructors

Media({AlternativeTitles? alternativeTitles, String? background, DateTime? createdAt, DateTime? endDate, List<Genre>? genres, int? id, Picture? mainPicture, double? mean, Nsfw? nsfw, int? numFavorites, int? numListUsers, int? numScoringUsers, List<Picture>? pictures, int? popularity, int? rank, List<RelatedAnime>? relatedAnime, List<RelatedManga>? relatedManga, DateTime? startDate, String? synopsis, String? title, DateTime? updatedAt})
Media.fromJsonMap(Map<String, dynamic> data)

Properties

alternativeTitles AlternativeTitles?
final
background String?
final
createdAt DateTime?
final
endDate DateTime?
final
genres List<Genre>?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
mainPicture Picture?
final
mean double?
final
nsfw Nsfw?
final
numFavorites int?
final
numListUsers int?
final
numScoringUsers int?
final
pictures List<Picture>?
final
popularity int?
final
rank int?
final
relatedAnime List<RelatedAnime>?
final
relatedManga List<RelatedManga>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
final
synopsis String?
final
title String?
final
updatedAt DateTime?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited