AttributeDimension constructor
AttributeDimension({
- required List<
String> values, - AttributeType? attributeType,
Implementation
AttributeDimension({
required this.values,
this.attributeType,
});