mangadex_library
ChapterData
ChapterData
ChapterData constructor
ChapterData
mangadex_library
ChapterData
ChapterData
ChapterData constructor
ChapterData class
Constructors
ChapterData
fromJson
Properties
hashCode
limit
offset
result
runtimeType
total
Methods
noSuchMethod
toString
Operators
operator ==
ChapterData
constructor
Null safety
ChapterData
(
List
<
Result
>
result
,
int
limit
,
int
offset
,
int
total
)
Implementation
ChapterData(this.result, this.limit, this.offset, this.total);