lines property

List<CubicLine> lines

Returns CubicLine representation of path.

Implementation

List<CubicLine> get lines => _lines;