hasTerminal property

  1. @override
bool get hasTerminal
override

Whether a terminal is attached to stdout.

Implementation

@override
bool get hasTerminal {
  _calls.add('output.hasTerminal');
  return true;
}