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