shellQuoting property
ShellQuotingOptions?
get
shellQuoting
The shell quotes supported by this shell.
Implementation
_i3.ShellQuotingOptions? get shellQuoting => _i5.getProperty(
this,
'shellQuoting',
);
set
shellQuoting
(ShellQuotingOptions? value)
Implementation
set shellQuoting(_i3.ShellQuotingOptions? value) {
_i5.setProperty(
this,
'shellQuoting',
value ?? _i6.undefined,
);
}