notificationTypeNewPushMessage property
New message was received through a push notification
Implementation
NotificationTypeNewPushMessage? get notificationTypeNewPushMessage {
if (this is NotificationTypeNewPushMessage) {
return this as NotificationTypeNewPushMessage;
}
return null;
}