CatalogModifierList constructor
CatalogModifierList({
- String? name,
- int? ordinal,
- List<
CatalogObject> ? modifiers, - List<
String> ? imageIds, - CatalogModifierListSelectionType? selectionType,
Implementation
CatalogModifierList({
this.name, this.ordinal, this.modifiers, this.imageIds, this.selectionType
});