fromJson static method

Implementation

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