lastLine property

CodeBufferLine? lastLine

The last line created within this buffer.

Implementation

CodeBufferLine? get lastLine => _lastLine;