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