hasTerminal property Null safety

bool hasTerminal

Whether there is a terminal attached to stdout.

Implementation

bool get hasTerminal => _hasTerminal(_fd);