CatalogCustomAttributeValue constructor

CatalogCustomAttributeValue({
  1. String? name,
  2. CatalogCustomAttributeDefinitionType? type,
  3. bool? booleanValue,
  4. String? stringValue,
  5. String? customAttributeDefinitionId,
  6. String? key,
  7. String? numberValue,
})

Implementation

CatalogCustomAttributeValue({
  this.name, this.type, this.booleanValue, this.stringValue,
  this.customAttributeDefinitionId, this.key,
  this.numberValue
});