type property

The type of the WebSocket message.

See NSURLSessionWebSocketMessage.type

Implementation

URLSessionWebSocketMessageType get type =>
    URLSessionWebSocketMessageType.values[_nsObject.type];