Manga class

Inheritance

Constructors

Manga({AlternativeTitles? alternativeTitles, List<Author>? authors, String? background, DateTime? createdAt, DateTime? endDate, List<Genre>? genres, int? id, Picture? mainPicture, double? mean, MangaMediaType? mediaType, UserMangaListStatus? myListStatus, Nsfw? nsfw, int? numChapters, int? numFavorites, int? numListUsers, int? numScoringUsers, int? numVolumes, List<Picture>? pictures, int? popularity, int? rank, List<MangaRecommendation>? recommendations, List<RelatedAnime>? relatedAnime, List<RelatedManga>? relatedManga, List<Serialization>? serialization, DateTime? startDate, PublishingStatus? status, String? synopsis, String? title, DateTime? updatedAt})
Manga.fromJsonMap(Map<String, dynamic> data)

Properties

alternativeTitles AlternativeTitles?
finalinherited
authors List<Author>?
final
background String?
finalinherited
createdAt DateTime?
finalinherited
endDate DateTime?
finalinherited
genres List<Genre>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id int?
finalinherited
mainPicture Picture?
finalinherited
mean double?
finalinherited
mediaType MangaMediaType?
final
myListStatus UserMangaListStatus?
final
nsfw Nsfw?
finalinherited
numChapters int?
final
numFavorites int?
finalinherited
numListUsers int?
finalinherited
numScoringUsers int?
finalinherited
numVolumes int?
final
pictures List<Picture>?
finalinherited
popularity int?
finalinherited
rank int?
finalinherited
recommendations List<MangaRecommendation>?
final
relatedAnime List<RelatedAnime>?
finalinherited
relatedManga List<RelatedManga>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialization List<Serialization>?
final
startDate DateTime?
finalinherited
status PublishingStatus?
final
synopsis String?
finalinherited
title String?
finalinherited
updatedAt DateTime?
finalinherited

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