menu
aws_sns_api package
documentation
sns-2010-03-31.dart
MessageAttributeValue
MessageAttributeValue constructor
MessageAttributeValue constructor
dark_mode
light_mode
MessageAttributeValue
constructor
MessageAttributeValue
(
{
required
String
dataType
,
Uint8List
?
binaryValue
,
String
?
stringValue
,
})
Implementation
MessageAttributeValue({ required this.dataType, this.binaryValue, this.stringValue, });
aws_sns_api package
documentation
sns-2010-03-31
MessageAttributeValue
MessageAttributeValue constructor
MessageAttributeValue class