hasTerminal property
bool
get
hasTerminal
Whether there is a terminal attached to stdout.
Implementation
bool get hasTerminal => stdout.hasTerminal;
Whether there is a terminal attached to stdout.
bool get hasTerminal => stdout.hasTerminal;