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