video_player
dart:io
Stdout
property hasTerminal
hasTerminal
class Stdout
Properties
hasTerminal
nonBlocking
supportsAnsiEscapes
terminalColumns
terminalLines
done
encoding
hashCode
runtimeType
Methods
add
addError
addStream
close
flush
noSuchMethod
toString
write
writeAll
writeCharCode
writeln
Operators
operator ==
bool
hasTerminal
Returns true if there is a terminal attached to stdout.
Source
bool get hasTerminal => _hasTerminal(_fd);
property hasTerminal