extensions property Null safety

String extensions

The extensions property is initially the empty string. After the WebSocket connection is established this string reflects the extensions used by the server.

Implementation

String get extensions;