lines property

List<Line> get lines

Implementation

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