points property
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;
Implementation
set points(MutablePointCollection value) => _points.value = value;