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