menu
statekit_cli package
documentation
utils/logger.dart
Logger
hasTerminal property
hasTerminal property
dark_mode
light_mode
hasTerminal
property
bool
get
hasTerminal
inherited
Whether there is a terminal attached to stdout.
Implementation
bool get hasTerminal => stdout.hasTerminal;
statekit_cli package
documentation
utils/logger
Logger
hasTerminal property
Logger class