payload property
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;
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).
final Uint8List payload;