terminalLines property - Stdout class - dart:io library (original) (raw)
int getterminalLines
The number of lines of the terminal.
If no terminal is attached to stdout, a StdoutException is thrown. SeehasTerminal for more info.
Implementation
int get terminalLines => _terminalLines(_fd);