AttributeValue constructor

AttributeValue({
  1. String? value,
})

Implementation

AttributeValue({
  this.value,
});