echoMode property

bool echoMode

Whether echo mode is enabled on stdin.

If disabled, input from to console will not be echoed.

Default depends on the parent process, but is usually enabled.

On Windows this mode can only be enabled if lineMode is enabled as well.

Implementation

external bool get echoMode;
void echoMode= (bool echoMode)

Implementation

external set echoMode(bool echoMode);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/Stdin/echoMode.html