Channel<T> constructor

Channel<T>(
  1. String _moduleId,
  2. String _channelId,
  3. Mutator<T> _mutator,
  4. ModuleManager _manager,
  5. ChannelAccessRights _accessRights,
  6. ChannelCallback<T>? _callback,
)

Implementation

Channel(this._moduleId, this._channelId, this._mutator, this._manager, this._accessRights, this._callback)
{

}