close property
bool?
get
close
Controls whether the terminal is closed after executing the task.
Implementation
_i2.bool? get close => _i5.getProperty(
this,
'close',
);
set
close
(bool? value)
Implementation
set close(_i2.bool? value) {
_i5.setProperty(
this,
'close',
value ?? _i6.undefined,
);
}