actions property

Implementation

Iterable<NotificationAction> get actions =>
    js_util.getProperty(this, 'actions');
void actions=(Iterable<NotificationAction> newValue)

Implementation

set actions(Iterable<NotificationAction> newValue) {
  js_util.setProperty(this, 'actions', newValue);
}