lines property

Returns an immutable collection of the CodeBufferLines within this instance.

Implementation

List<CodeBufferLine> get lines => List<CodeBufferLine>.unmodifiable(_lines);