responseFactory method
Deserializes the JSON response into the expected type.
Implementation
@override
GetFeedResponse responseFactory(Map<String, dynamic> json) => GetFeedResponse.fromJson(json);
Deserializes the JSON response into the expected type.
@override
GetFeedResponse responseFactory(Map<String, dynamic> json) => GetFeedResponse.fromJson(json);