executable property

String? get executable

The shell executable.

Implementation

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

Implementation

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