hasTerminal property

  1. @override
bool get hasTerminal
override

Whether there is a terminal attached to stdout.

Implementation

@override
bool get hasTerminal => stdout.hasTerminal;