countLines property
int
get
countLines
Gets the number of lines in the text.
Implementation
int get countLines => text.splitLines.length;
Gets the number of lines in the text.
int get countLines => text.splitLines.length;