totalLineCount property

int get totalLineCount

Total number of lines in the content.

Implementation

int get totalLineCount => _lines.length;