DSMessageBrokerMessage constructor
DSMessageBrokerMessage({})
Constructor.
Implementation
DSMessageBrokerMessage({
required this.id,
required this.payload,
this.attributes = const {},
this.publishTime,
this.ackId,
});