action property

EnterAction get action

The action to execute.

Implementation

_i3.EnterAction get action => _i5.getProperty(
      this,
      'action',
    );
set action (EnterAction value)

Implementation

set action(_i3.EnterAction value) {
  _i5.setProperty(
    this,
    'action',
    value,
  );
}