p1 property

Implementation

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

Implementation

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