ServerStageChannel constructor
ServerStageChannel(
- ChannelProperties _properties
Implementation
ServerStageChannel(this._properties) {
_methods = ChannelMethods(_properties.serverId!, _properties.id);
}