Channel constructor

Channel(
  1. WebSocketChannel _client,
  2. ChannelHandler _handler
)

Implementation

Channel(this._client, this._handler);