exact property

Iterable<Point2D> exact

Implementation

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

Implementation

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