Channel constructor
Channel({
- int localId = 0,
- int remoteId = 0,
- int windowC = 0,
- int windowS = 0,
- ChannelCallback cb,
- StringCallback error,
- VoidCallback connected,
- VoidCallback closed,
Implementation
Channel(
{this.localId = 0,
this.remoteId = 0,
this.windowC = 0,
this.windowS = 0,
this.cb,
this.error,
this.connected,
this.closed});