ExpectedAttributeValue constructor
ExpectedAttributeValue({
- bool? exists,
- AttributeValue? value,
Implementation
ExpectedAttributeValue({
this.exists,
this.value,
});
ExpectedAttributeValue({
this.exists,
this.value,
});