isChatMarkerEvent method

bool isChatMarkerEvent()

Implementation

bool isChatMarkerEvent() {
  return type == MessageType.chatMarker;
}