CatalogItemOption constructor

CatalogItemOption({
  1. String? description,
  2. String? name,
  3. String? displayName,
  4. bool? showColors,
  5. List<CatalogObject>? values,
})

Implementation

CatalogItemOption({
  this.description, this.name, this.displayName, this.showColors, this.values
});