hasTerminal property - Stdout class - dart:io library (original) (raw)
bool gethasTerminal
Whether there is a terminal attached to stdout.
Implementation
bool get hasTerminal => _hasTerminal(_fd);
bool gethasTerminal
Whether there is a terminal attached to stdout.
bool get hasTerminal => _hasTerminal(_fd);