Whether the backend is connected to a real terminal-like surface.
@override bool get isTerminal { try { return _stdout.hasTerminal; } catch (_) { return false; } }