isRoomEventsTopic property

bool get isRoomEventsTopic

Implementation

bool get isRoomEventsTopic {
  return toLowerCase().startsWith("events/");
}