hasTerminal property - Stdout class - dart:io library (original) (raw)

description

bool gethasTerminal

Whether there is a terminal attached to stdout.

Implementation

bool get hasTerminal => _hasTerminal(_fd);