publicUpdatesChannel property

ServerTextChannel? get publicUpdatesChannel

Implementation

ServerTextChannel? get publicUpdatesChannel => getOrNull<ServerTextChannel>(
    _namedChannels[_ServerNamedChannel.publicUpdatesChannel]);