points property

List<PathPoint> points

Implementation

List<PathPoint> get points => _$this._points;
void points=(List<PathPoint> points)

Implementation

set points(List<PathPoint> points) => _$this._points = points;