WebSocketException constructor

const WebSocketException([
  1. String message = "",
  2. int? httpStatusCode
])

Implementation

const WebSocketException([this.message = "", this.httpStatusCode]);