ExpectedAttributeValue constructor

ExpectedAttributeValue({
  1. bool? exists,
  2. AttributeValue? value,
})

Implementation

ExpectedAttributeValue({
  this.exists,
  this.value,
});