payloadAsString property

String payloadAsString

Get the payload as a String. This method will pass the message payload through UTF8.decode and return the decoded string.

Implementation

String get payloadAsString;