traceProgramToStdout property Null safety

bool traceProgramToStdout

When running a program, should a program trace be sent to stdout? This can only be set by importing a JSON file, on the theory that people who can get at stdout are also comfortable hacking a JSON file, and trying to explain "stdout" in a settings menu is hard.

Implementation

bool get traceProgramToStdout => _traceProgramToStdout;