fromJson static method

EntityModel fromJson(
  1. String json
)

Implementation

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