points property

List<Point> points
getter/setter pair

Implementation

var points = List<Point>.empty(growable: true);