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