Dart
dart:io
WebSocketException
WebSocketException const constructor
description
WebSocketException constructor
const
WebSocketException
(
[
String
message
=
""
])
Implementation
const
WebSocketException([
this
.message =
""
]);