terminalLines property

  1. @override
int terminalLines
override

The number of lines of the terminal.

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

Implementation

@override
int get terminalLines => parent.terminalLines;