action property

Object? get action

Implementation

_i2.Object? get action => _i5.getProperty(
      this,
      'action',
    );
set action (Object? value)

Implementation

set action(_i2.Object? value) {
  _i5.setProperty(
    this,
    'action',
    value ?? _i7.undefined ?? _i7.undefined,
  );
}