WebSocketException 构造函数

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

实现

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