responseFactory method

  1. @override
FullPersonView responseFactory(
  1. Map<String, dynamic> json
)
override

Implementation

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