ideal property

Iterable<Point2D> ideal

Implementation

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

Implementation

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