ServerStageChannel constructor

ServerStageChannel(
  1. ChannelProperties _properties
)

Implementation

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