CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection constructor

CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection({
  1. String? name,
  2. String? uid,
})

Implementation

CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection({
    this.name, this.uid
});