isGroup method

bool isGroup()

Check if topic is a group topic

Implementation

bool isGroup() {
  return Tools.isGroupTopicName(name ?? '');
}