notificationTypeNewMessage property

NotificationTypeNewMessage? notificationTypeNewMessage

New message was received

Implementation

NotificationTypeNewMessage? get notificationTypeNewMessage {
  if (this is NotificationTypeNewMessage) {
    return this as NotificationTypeNewMessage;
  }
  return null;
}