Source
ChannelSession(this.messageChannel) {
key = hashCode.toString();
input = new StreamController.broadcast();
stream = _buildInputStream();
}
ChannelSession(this.messageChannel) {
key = hashCode.toString();
input = new StreamController.broadcast();
stream = _buildInputStream();
}