Serializes the payload into a flat map understood by the native handlers.
@override Map<String, dynamic> toMap() { return { 'type': type.rawValue, 'data': data, }; }