MessageAttributeValue constructor
MessageAttributeValue({})
Implementation
MessageAttributeValue({
required this.dataType,
this.binaryListValues,
this.binaryValue,
this.stringListValues,
this.stringValue,
});