onResonse method
Converts the response result to the specified type RESULT
.
Implementation
@override
ADAGenesisParametersResponse onResonse(Map<String, dynamic> result) {
return ADAGenesisParametersResponse.fromJson(result);
}
Converts the response result to the specified type RESULT
.
@override
ADAGenesisParametersResponse onResonse(Map<String, dynamic> result) {
return ADAGenesisParametersResponse.fromJson(result);
}