points property
The read-only collection of points for the multipoint.
Use MultipointBuilder to build a multipoint one point at a time or to modify the points that compose an existing Multipoint.
Implementation
ImmutablePointCollection get points => _points.value;