paths property

List<CubicPath> get paths

Returns an unmodifiable list of all completed CubicPaths.

Implementation

List<CubicPath> get paths => _paths;