AttributeDimension constructor

AttributeDimension({
  1. required List<String> values,
  2. AttributeType? attributeType,
})

Implementation

AttributeDimension({
  required this.values,
  this.attributeType,
});