fromJson static method

HFReferralSearchModel fromJson(
  1. String json
)

Implementation

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