notification property
Notification
get
notification
Implementation
Notification get notification => js_util.getProperty(this, 'notification');
set
notification
(Notification newValue)
Implementation
set notification(Notification newValue) {
js_util.setProperty(this, 'notification', newValue);
}