ServerTextChannel constructor

ServerTextChannel(
  1. ChannelProperties _properties
)

Implementation

ServerTextChannel(this._properties)
    : _methods = ChannelMethods(_properties.id);