fromJson static method
Implementation
static HFReferralSearchModel fromJson(String json) {
return ensureInitialized().decodeJson<HFReferralSearchModel>(json);
}
static HFReferralSearchModel fromJson(String json) {
return ensureInitialized().decodeJson<HFReferralSearchModel>(json);
}