onResonse method
Converts a dynamic response to the generic type T.
Implementation
@override
InflationRate onResonse(result) {
return InflationRate.fromJson(result);
}
Converts a dynamic response to the generic type T.
@override
InflationRate onResonse(result) {
return InflationRate.fromJson(result);
}