echo property

bool? get echo

Controls whether the command associated with the task is echoed in the user interface.

Implementation

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

Implementation

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