isEvent property

bool get isEvent

Implementation

bool get isEvent {
  return envelopeType == PushMessageType.EVENTS;
}