commandLine property

String? commandLine

The shell command line. Is undefined if created with a command and arguments.

Implementation

_i2.String? get commandLine => _i5.getProperty(
      this,
      'commandLine',
    );
void commandLine=(String? value)

Implementation

set commandLine(_i2.String? value) {
  _i5.setProperty(
    this,
    'commandLine',
    value ?? _i6.undefined,
  );
}