isChannel method

bool isChannel()

Check if topic is a channel

Implementation

bool isChannel() {
  return Tools.isChannelTopicName(name ?? '');
}