lines property

Returns an immutable collection of the CodeBufferLines within this instance.

Implementation

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