informStdout property

StdoutService? informStdout
getter/setter pair

The stdout which should be informed if stdin is received in echoMode. echoMode means that you see that the user sees what he/her is typing. See here.

Implementation

StdoutService? informStdout;