CatalogCustomAttributeDefinitionSelectionConfig constructor
CatalogCustomAttributeDefinitionSelectionConfig({
- List<
CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection> ? allowedSelections, - int? maxAllowedSelections,
Implementation
CatalogCustomAttributeDefinitionSelectionConfig({
this.allowedSelections, this.maxAllowedSelections
});