Dart
dart:io
WebSocketException
WebSocketException const constructor
WebSocketException
WebSocketException class
Constructors
WebSocketException
Properties
message
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
WebSocketException constructor
const
WebSocketException
(
[
String
message
=
""
])
Implementation
const WebSocketException([this.message = ""]);