fromJson static method

Implementation

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