Channel constructor
Channel({})
Implementation
Channel(
{required this.host,
required this.port,
required this.handler,
this.ssl = false,
this.reconnectOnClose = false,
this.token,
this.client,
this.timer});