lineCount property

int get lineCount

Number of writeln() calls made.

Implementation

int get lineCount => _lines.length;