lineCount method

int? lineCount()

Get the number of lines in the editor.

Implementation

int? lineCount() => call('lineCount');