Chapter class Null safety
Constructors
-
Chapter({required List<
String> dataSaverChapterURLs, String? uploader, List<String> ? groupIds, String? mangaId, required String createdAt, required String updatedAt, required String id, required String title, required String translatedLanguage, required List<String> chapterURLs, String? volume, String? chapter})
Properties
- chapter → String?
-
Chapter number, is Null if not specified in API
final
-
chapterURLs
→ List<
String> -
URLs for individual pages
final
- createdAt → String
-
Date when the chapter was created
final
-
dataSaverChapterURLs
→ List<
String> -
URLs for pages with data-saver enabled
final
-
groupIds
→ List<
String> ? -
IDs of groups credited in the chapter
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id → String
-
Chapter ID
final
- mangaId → String?
-
ID of the parent manga
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- title → String
-
Title of the chapter
final
- translatedLanguage → String
-
Language of the chapter
final
- updatedAt → String
-
Date of last chapter update
final
- uploader → String?
-
The uploader of the chapter
final
- volume → String?
-
Volume number, is Null if not specified in API
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