AttributeValueTarget constructor

AttributeValueTarget({
  1. String? attributeValue,
})

Implementation

AttributeValueTarget({
  this.attributeValue,
});