lines property

int get lines

The number of lines in the file.

Implementation

int get lines => _lineStarts.length;