channelGroups property

Set<String> channelGroups

Set of channel groups that this subscription represents.

Implementation

Set<String> get channelGroups => {..._channelGroups ?? <String>{}};