actions property

List<NotificationAction>? get actions

Implementation

_i2.List<_i3.NotificationAction>? get actions => ((_i4.getProperty(
      this,
      'actions',
    )) as _i2.List?)
        ?.cast();
set actions (List<NotificationAction>? value)

Implementation

set actions(_i2.List<_i3.NotificationAction>? value) {
  _i4.setProperty(
    this,
    'actions',
    value ?? _i6.undefined,
  );
}