notificationTypeNewCall property

NotificationTypeNewCall? notificationTypeNewCall

New call was received

Implementation

NotificationTypeNewCall? get notificationTypeNewCall {
  if (this is NotificationTypeNewCall) {
    return this as NotificationTypeNewCall;
  }
  return null;
}