actions property

List<Object>? get actions

Implementation

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

Implementation

set actions(_i2.List<_i2.Object>? value) {
  _i5.setProperty(
    this,
    'actions',
    value ?? _i7.undefined,
  );
}