hasTerminal property

  1. @override
bool hasTerminal
override

Whether there is a terminal attached to stdout.

Implementation

@override
bool get hasTerminal => nativeInstance.isTTY;