Whether the process is attached to an interactive terminal (both input and output).
@override bool get hasTerminal => _stdout.hasTerminal && _stdin.hasTerminal;