terminalLines property Null safety

int terminalLines

Get the number of lines of the terminal.

If no terminal is attached to stdout, a StdoutException is thrown. See hasTerminal for more info.

Implementation

int get terminalLines => _terminalLines(_fd);