ObjectAttributeRange constructor

ObjectAttributeRange({
  1. AttributeKey? attributeKey,
  2. TypedAttributeValueRange? range,
})

Implementation

ObjectAttributeRange({
  this.attributeKey,
  this.range,
});