terminal property

Terminal get terminal

The terminal the link belongs to.

Implementation

_i3.Terminal get terminal => _i5.getProperty(
      this,
      'terminal',
    );
set terminal (Terminal value)

Implementation

set terminal(_i3.Terminal value) {
  _i5.setProperty(
    this,
    'terminal',
    value,
  );
}