cornerPoints property

Iterable<Point2D> cornerPoints

Implementation

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

Implementation

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