echoMode property
bool echoModeCheck if echo mode is enabled on stdin.
Source
external bool get echoMode;void echoMode=(
Enable or disable echo mode on stdin.
If disabled, input from to console will not be echoed.
Default depends on the parent process, but usually enabled.
On Windows this mode can only be enabled if lineMode is enabled as well.
Source
external void set echoMode(bool enabled);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/Stdin/echoMode.html