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