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