pty property

Pseudoterminal get pty

An implementation of {@link Pseudoterminal} that allows an extension to control a terminal.

Implementation

_i3.Pseudoterminal get pty => _i5.getProperty(
      this,
      'pty',
    );
set pty (Pseudoterminal value)

Implementation

set pty(_i3.Pseudoterminal value) {
  _i5.setProperty(
    this,
    'pty',
    value,
  );
}