fromJson method

  1. @override
ProfileView fromJson(
  1. Map<String, dynamic> json
)

Implementation

@override
ProfileView fromJson(Map<String, dynamic> json) {
  return ProfileView.fromJson(translate(json, ProfileView.knownProps));
}