fromJson static method
Implementation
static ResearchStudyReasonStopped? fromJson(dynamic json) {
if (json is String) {
return fromString(json);
}
return null;
}
static ResearchStudyReasonStopped? fromJson(dynamic json) {
if (json is String) {
return fromString(json);
}
return null;
}