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