ExpectedAttributeValue constructor
ExpectedAttributeValue({
- List<
AttributeValue> ? attributeValueList, - ComparisonOperator? comparisonOperator,
- bool? exists,
- AttributeValue? value,
Implementation
ExpectedAttributeValue({
this.attributeValueList,
this.comparisonOperator,
this.exists,
this.value,
});