lines property

List<Line> get lines

Get all the Lines into this Paragraph

Implementation

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