command property

Object get command

The shell command. Is undefined if created with a full command line.

Implementation

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

Implementation

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