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