channels property

  1. @TagNumber(1)
PbList<Channel> get channels

The channels our node knows about

Implementation

@$pb.TagNumber(1)
$pb.PbList<$2.Channel> get channels => $_getList(0);