payload property
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;
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.
final String? payload;