hasTerminal property Null safety
Returns true if there is a terminal attached to stdout.
Implementation
bool get hasTerminal => _hasTerminal(_fd);
Returns true if there is a terminal attached to stdout.
bool get hasTerminal => _hasTerminal(_fd);