payload property

Uint8List payload
final

The payload of the message. This can be a JSON string or a base64-encoded string representing binary data, in which case you must decode it by means of a pipeline activity.

Implementation

final Uint8List payload;