WebSocketException constructor
const
WebSocketException(
- String message, {
- Object? cause,
- StackTrace? stackTrace,
Creates a new WebSocketException.
Implementation
const WebSocketException(this.message, {this.cause, this.stackTrace});