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