mangadex_library
Aggregate
ChapterInfo
ChapterInfo constructor
ChapterInfo
ChapterInfo
constructor
Null safety
ChapterInfo
(
{
required
String
chapter
,
required
String
id
,
required
List
<
String
>
others
,
required
int
count
}
)
Implementation
ChapterInfo( {required this.chapter, required this.id, required this.others, required this.count});
mangadex_library
Aggregate
ChapterInfo
ChapterInfo constructor
ChapterInfo class
Constructors
ChapterInfo
fromJson
Properties
chapter
count
hashCode
id
others
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==