exemptChannels property

List<PartialChannel> exemptChannels

Implementation

List<PartialChannel> get exemptChannels => exemptChannelIds.map((e) => manager.client.channels[e]).toList();