action property

String get action

Implementation

_i2.String get action => _i4.getProperty(
      this,
      'action',
    );
set action (String value)

Implementation

set action(_i2.String value) {
  _i4.setProperty(
    this,
    'action',
    value,
  );
}