restrictPublicChannelCreation property

bool? restrictPublicChannelCreation

Implementation

bool? get restrictPublicChannelCreation =>
    _$this._restrictPublicChannelCreation;
void restrictPublicChannelCreation=(bool? restrictPublicChannelCreation)

Implementation

set restrictPublicChannelCreation(bool? restrictPublicChannelCreation) =>
    _$this._restrictPublicChannelCreation = restrictPublicChannelCreation;