WebSocketException constructor

const WebSocketException(
  1. String message, {
  2. Object? cause,
  3. StackTrace? stackTrace,
})

Creates a new WebSocketException.

Implementation

const WebSocketException(this.message, {this.cause, this.stackTrace});