options property
ShellExecutionOptions
get
options
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',
);
set
options
(ShellExecutionOptions value)
Implementation
set options(_i3.ShellExecutionOptions value) {
_i5.setProperty(
this,
'options',
value,
);
}