Dart SDK
dart:io
WebSocketException
toString
toString
Dart SDK
dart:io
WebSocketException
toString
method
toString
Source
Dart SDK
dart:io
WebSocketException
Constructors
WebSocketException
Properties
hashCode
message
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
String
toString
(
)
Returns a string representation of this object.
Source
String toString() => "WebSocketException: $message";