fromJson static method

EntitySearchModel fromJson(
  1. String json
)

Implementation

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