CatalogModifierList constructor

const CatalogModifierList({
  1. String? name,
  2. CatalogModifierListSelectionType? selectionType,
  3. List<CatalogObject>? modifiers,
  4. int? ordinal,
  5. List<String>? imageIds,
})

Implementation

const CatalogModifierList({
  this.name,
  this.selectionType,
  this.modifiers,
  this.ordinal,
  this.imageIds,
});