onResonse method

  1. @override
InflationGovernor onResonse(
  1. dynamic result
)
override

Converts a dynamic response to the generic type T.

Implementation

@override
InflationGovernor onResonse(result) {
  return InflationGovernor.fromJson(result);
}