PrivateChannel constructor

PrivateChannel(
  1. ChannelProperties _properties
)

Implementation

PrivateChannel(this._properties) {
  messages = MessageManager(_properties.id);
}