options property

Object get options

The options that the terminal will launch with.

Implementation

_i2.Object get options => _i5.getProperty(
      this,
      'options',
    );
set options (Object value)

Implementation

set options(_i2.Object value) {
  _i5.setProperty(
    this,
    'options',
    value,
  );
}