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