payload property

String? payload
final

The payload of the message.

This contains the data which should be passed through functions. If a value is a Map than use jsonDecode to decode it.

Implementation

final String? payload;