channels property

List<Channel>? channels
getter/setter pair

The list of channels.

This list will be absent if empty.

Implementation

core.List<Channel>? channels;