CatalogCustomAttributeDefinition constructor

CatalogCustomAttributeDefinition({
  1. String? key,
  2. CatalogCustomAttributeDefinitionType? type,
  3. String? name,
  4. String? description,
  5. List<CatalogObjectType>? allowedObjectTypes,
  6. CatalogCustomAttributeDefinitionAppVisibility? appVisibility,
  7. int? customAttributeUsageCount,
  8. CatalogCustomAttributeDefinitionNumberConfig? numberConfig,
  9. CatalogCustomAttributeDefinitionSelectionConfig? selectionConfig,
  10. CatalogCustomAttributeDefinitionSellerVisibility? sellerVisibility,
  11. SourceApplication? sourceApplication,
  12. CatalogCustomAttributeDefinitionStringConfig? stringConfig,
})

Implementation

CatalogCustomAttributeDefinition({
  this.key, this.type, this.name, this.description, this.allowedObjectTypes,
  this.appVisibility, this.customAttributeUsageCount, this.numberConfig,
  this.selectionConfig, this.sellerVisibility, this.sourceApplication,
  this.stringConfig
});