menu
Dart
dart:io
Stdout
hasTerminal property
hasTerminal
brightness_4
brightness_5
description
hasTerminal
property
bool
hasTerminal
Whether there is a terminal attached to stdout.
Implementation
bool get hasTerminal => _hasTerminal(_fd);
Dart
dart:io
Stdout
hasTerminal property
Stdout class
Properties
done
encoding
hashCode
hasTerminal
nonBlocking
runtimeType
supportsAnsiEscapes
terminalColumns
terminalLines
Methods
add
addError
addStream
close
flush
noSuchMethod
toString
write
writeAll
writeCharCode
writeln
Operators
operator ==