ObjectAttributeRange constructor
ObjectAttributeRange({
- AttributeKey? attributeKey,
- TypedAttributeValueRange? range,
Implementation
ObjectAttributeRange({
this.attributeKey,
this.range,
});