Chapter class

Holds data about a single Chapter

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? volumeNum, String? chapterNum})

Properties

chapterNum 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.
no setterinherited
id String
Chapter ID
final
mangaId String?
ID of the parent manga
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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
volumeNum String?
Volume number, is Null if not specified in API
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