fromJson static method

Implementation

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