notification property

Notification notification

Implementation

Notification get notification => js_util.getProperty(this, 'notification');
void notification=(Notification newValue)

Implementation

set notification(Notification newValue) {
  js_util.setProperty(this, 'notification', newValue);
}