channels property

Set<String> channels

Set of channels that this subscription represents.

Implementation

Set<String> get channels => {..._channels ?? <String>{}};