LinkAttributeUpdate constructor

LinkAttributeUpdate({
  1. LinkAttributeAction? attributeAction,
  2. AttributeKey? attributeKey,
})

Implementation

LinkAttributeUpdate({
  this.attributeAction,
  this.attributeKey,
});