WebSocketConnectException constructor
const
WebSocketConnectException(
- Object? error, [
- StackTrace? stackTrace
Creates a new WebSocketConnectException.
Implementation
const WebSocketConnectException(this.error, [this.stackTrace]);