ExpectedAttributeValue constructor

ExpectedAttributeValue({
  1. List<AttributeValue>? attributeValueList,
  2. ComparisonOperator? comparisonOperator,
  3. bool? exists,
  4. AttributeValue? value,
})

Implementation

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