payload property

List? payload

The payload of the eventHandle response.

Implementation

List<dynamic>? get payload => _data[_payload] ?? {};