Manga class Null safety
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, List<String> ? covers})
Properties
- altTitles → List
-
Alternative manga titles (with other languages)
final
-
chapters
→ Map<
String, dynamic> ? -
available chapters from the /aggregate endpoint
final
- contentRating → String?
-
Content rating
final
-
covers
→ List<
String> ? -
list of URLs for cover images (same as from the
getCovers
function)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. [...]
read-only, inherited
- id → String
-
Manga ID
final
- isLocked → bool?
-
Manga locked status
final
- lastChapter → String?
-
Last chapter
final
- lastVolume → String?
-
Last volume
final
-
links
→ Map<
String, dynamic> ? -
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.
read-only, inherited
- status → String?
-
Publishing status
final
-
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 non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited