points property

MutablePointCollection points

A mutable collection of points from the multipoint builder.

Use this collection to add points to or remove points from the builder.

Implementation

MutablePointCollection get points => _points.value;
void points=(MutablePointCollection value)

Implementation

set points(MutablePointCollection value) => _points.value = value;