dataPoints property

List<Point>? dataPoints
getter/setter pair

History of progress for the component.

Points are sorted by time.

Implementation

core.List<Point>? dataPoints;