lines property

List<TerminalLine> get lines

Implementation

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