mangadex_library
resultOk
Result
Result.fromJson constructor
Result.fromJson
Result.fromJson
constructor
Null safety
Result.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
Result.fromJson(Map<String, dynamic> json) { result = json['result']; }
mangadex_library
resultOk
Result
Result.fromJson constructor
Result class
Constructors
Result
fromJson
Properties
hashCode
result
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==