lines property

List<CubicLine> get lines

Returns an unmodifiable list of the CubicLine segments that form this path.

Implementation

List<CubicLine> get lines => _lines;