isChattingTopic property

bool get isChattingTopic

Implementation

bool get isChattingTopic {
  return toLowerCase().startsWith("messages/");
}