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