extra property

Map<String, dynamic> extra
final

extra is the extra data of the packet. This is identified in the packet as EXTRA+ARGS.

Implementation

final Map<String, dynamic> extra;