locations property

Iterable<Point2D> locations

Implementation

Iterable<Point2D> get locations => js_util.getProperty(this, 'locations');
void locations=(Iterable<Point2D> newValue)

Implementation

set locations(Iterable<Point2D> newValue) {
  js_util.setProperty(this, 'locations', newValue);
}