Manga class

Holds data about a Manga

Constructors

Manga({required String id, required Map<String, dynamic> title, required List altTitles, required Map<String, dynamic> description, required bool? isLocked, required String originalLang, required List tags, required String createdAt, required String updatedAt, String? demographic, String? lastChapter, String? lastVolume, String? contentRating, Map<String, dynamic>? links, String? releaseYear, String? status, Map<String, dynamic>? chapters, String? cover, required Author artist, required Author author})

Properties

altTitles List
Alternative manga titles (with other languages)
final
artist Author
Manga artist
final
author Author
Manga author
final
chapters Map<String, dynamic>?
available chapters from the /aggregate endpoint
final
contentRating String?
Content rating
final
cover String?
the cover art, which is currently in use on the website
final
createdAt String
Date when the chapter was created
final
demographic String?
Target demographic
final
description Map<String, dynamic>
Full manga description
final
hashCode int
The hash code for this object.
no setterinherited
id String
Manga ID
final
isLocked bool?
Manga locked status
final
lastChapter String?
Last chapter
final
lastVolume String?
Last volume
final
Links to author etc.
final
originalLang String
Original language of the manga
final
releaseYear String?
Year of release
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Publishing status
final
tags List
Manga tags
final
title Map<String, dynamic>
Original title of manga
final
updatedAt String
Date of last chapter update
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