code property
      
      SyncWebSocketErrorCode
      get
      code
      
    
    
The numeric value indicating the type of the web socket error.
Implementation
SyncWebSocketErrorCode get code => SyncWebSocketErrorCode.fromInt(codeValue);The numeric value indicating the type of the web socket error.
SyncWebSocketErrorCode get code => SyncWebSocketErrorCode.fromInt(codeValue);