mangadex_library
scanlationsResult
ScanlationsResult
ScanlationsResult constructor
ScanlationsResult
ScanlationsResult
constructor
Null safety
ScanlationsResult
(
String
result
,
String
response
,
List
<
Data
>
data
,
int
limit
,
int
offset
,
int
total
)
Implementation
ScanlationsResult(this.result, this.response, this.data, this.limit, this.offset, this.total);
mangadex_library
scanlationsResult
ScanlationsResult
ScanlationsResult constructor
ScanlationsResult class
Constructors
ScanlationsResult
fromJson
Properties
data
hashCode
limit
offset
response
result
runtimeType
total
Methods
noSuchMethod
toString
Operators
operator ==