Attribute constructor
Attribute({
- int? customAttributeId,
- List<
AttributeValue> ? values,
Implementation
Attribute({
this.customAttributeId,
this.values,
});