AttributeValueUpdate constructor

AttributeValueUpdate({
  1. AttributeAction? action,
  2. AttributeValue? value,
})

Implementation

AttributeValueUpdate({
  this.action,
  this.value,
});