ServerTextChannel constructor

ServerTextChannel(
  1. ChannelProperties _properties
)

Implementation

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