payload property

String payload
final

The payload as a UTF-8 string, decoded leniently.

Malformed UTF-8 byte sequences are replaced with U+FFFD (the replacement character). Use payloadBytes for the exact data.

Implementation

final String payload;