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