options property

The shell options used when the command line is executed in a shell. Defaults to undefined.

Implementation

_i3.ShellExecutionOptions get options => _i5.getProperty(
      this,
      'options',
    );
void options=(ShellExecutionOptions value)

Implementation

set options(_i3.ShellExecutionOptions value) {
  _i5.setProperty(
    this,
    'options',
    value,
  );
}