WebSocketException constructor

const WebSocketException(
  1. [String message = ""]
)

Implementation

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