fromJson static method

HFReferralModel fromJson(
  1. String json
)

Implementation

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