notificationTypeNewMessage property
New message was received
Implementation
NotificationTypeNewMessage? get notificationTypeNewMessage {
if (this is NotificationTypeNewMessage) {
return this as NotificationTypeNewMessage;
}
return null;
}