ProductVisibilityTerms constructor

ProductVisibilityTerms({
  1. String? excludeFromCatalog,
  2. String? excludeFromSearch,
  3. String? featured,
  4. String? outofstock,
  5. String? rated1,
  6. String? rated2,
  7. String? rated3,
  8. String? rated4,
  9. String? rated5,
})

Implementation

ProductVisibilityTerms({
  this.excludeFromCatalog,
  this.excludeFromSearch,
  this.featured,
  this.outofstock,
  this.rated1,
  this.rated2,
  this.rated3,
  this.rated4,
  this.rated5,
});