WebSocketException constructor - WebSocketException - dart:io library (original) (raw)

description

constWebSocketException([

  1. String message = "",
  2. int? httpStatusCode ])

Implementation

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