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