actions property
Iterable<NotificationAction>
get
actions
Implementation
Iterable<NotificationAction> get actions =>
js_util.getProperty(this, 'actions');
set
actions
(Iterable<NotificationAction> newValue)
Implementation
set actions(Iterable<NotificationAction> newValue) {
js_util.setProperty(this, 'actions', newValue);
}