updateNotification property
A notification was changed
Implementation
UpdateNotification? get updateNotification {
if (this is UpdateNotification) {
return this as UpdateNotification;
}
return null;
}
A notification was changed
UpdateNotification? get updateNotification {
if (this is UpdateNotification) {
return this as UpdateNotification;
}
return null;
}