isEvent property

bool isEvent

Implementation

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