showReuseMessage property

bool? get showReuseMessage

Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.

Implementation

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

Implementation

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