notificationTypeNewCall property
New call was received
Implementation
NotificationTypeNewCall? get notificationTypeNewCall {
if (this is NotificationTypeNewCall) {
return this as NotificationTypeNewCall;
}
return null;
}
New call was received
NotificationTypeNewCall? get notificationTypeNewCall {
if (this is NotificationTypeNewCall) {
return this as NotificationTypeNewCall;
}
return null;
}