shellPath property

String? get shellPath

A path to a custom shell executable to be used in the terminal.

Implementation

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

Implementation

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