custom property

Map<String, dynamic> custom
final

Arbitrary implementation-specific fields that should be forwarded over the wire when serializing WAMP options/details.

Implementation

final Map<String, dynamic> custom = LazyStringKeyMap<dynamic>();