toMap abstract method

Map<String, dynamic> toMap()

Serialises this event back to its channel-map form. Inbound-only on the real channel path; provided for round-trip testing and symmetry.

Implementation

Map<String, dynamic> toMap();