CatalogCustomAttributeDefinitionSelectionConfig constructor

CatalogCustomAttributeDefinitionSelectionConfig({
  1. List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection>? allowedSelections,
  2. int? maxAllowedSelections,
})

Implementation

CatalogCustomAttributeDefinitionSelectionConfig({
  this.allowedSelections, this.maxAllowedSelections
});