payload property

Uint8List payload
final

The payload of the message. This can be a JSON string or a Base-64-encoded string representing binary data (in which case you must decode it).

Implementation

final Uint8List payload;