fromJson method
Implementation
@override
USubjectViewProfile fromJson(Map<String, dynamic> json) {
try {
return USubjectViewProfile.unknown(data: json);
} catch (_) {
return USubjectViewProfile.unknown(data: json);
}
}
@override
USubjectViewProfile fromJson(Map<String, dynamic> json) {
try {
return USubjectViewProfile.unknown(data: json);
} catch (_) {
return USubjectViewProfile.unknown(data: json);
}
}