p3 property

Implementation

DOMPointInit get p3 => js_util.getProperty(this, 'p3');
void p3=(DOMPointInit newValue)

Implementation

set p3(DOMPointInit newValue) {
  js_util.setProperty(this, 'p3', newValue);
}