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