quoting property

ShellQuoting get quoting

The quoting style to use.

Implementation

_i3.ShellQuoting get quoting =>
    _i3.ShellQuoting.values.byName(_i5.getProperty(
      this,
      'quoting',
    ));
set quoting (ShellQuoting value)

Implementation

set quoting(_i3.ShellQuoting value) {
  _i5.setProperty(
    this,
    'quoting',
    value.name,
  );
}