parseResponse method
Subclasses should implement this method to parse the response from the API. Is used in the request method.
Implementation
@override
WidgetData parseResponse(dynamic json) => WidgetData.fromJson(json);
Subclasses should implement this method to parse the response from the API. Is used in the request method.
@override
WidgetData parseResponse(dynamic json) => WidgetData.fromJson(json);