responseFactory method
Implementation
@override
FullPersonView responseFactory(Map<String, dynamic> json) =>
FullPersonView.fromJson(json);
@override
FullPersonView responseFactory(Map<String, dynamic> json) =>
FullPersonView.fromJson(json);