CatalogModifierList constructor

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

Implementation

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