LinkAttributeAction constructor

LinkAttributeAction({
  1. UpdateActionType? attributeActionType,
  2. TypedAttributeValue? attributeUpdateValue,
})

Implementation

LinkAttributeAction({
  this.attributeActionType,
  this.attributeUpdateValue,
});