creationOptions property

dynamic get creationOptions

The object used to initialize the terminal, this is useful for example to detecting the shell type of when the terminal was not launched by this extension or for detecting what folder the shell was launched in.

Implementation

_i2.dynamic get creationOptions => _i5.getProperty(
      this,
      'creationOptions',
    );