command property

String get command

The identifier of the actual command handler. @see {@link commands.registerCommand}

Implementation

_i2.String get command => _i5.getProperty(
      this,
      'command',
    );
set command (String value)

Implementation

set command(_i2.String value) {
  _i5.setProperty(
    this,
    'command',
    value,
  );
}