AttributeValue constructor
      
      AttributeValue({ 
    
    
- bool? boolValue,
- String? intValue,
- TruncatableString? stringValue,
Implementation
AttributeValue({
  this.boolValue,
  this.intValue,
  this.stringValue,
});