p1 property

DOMPointInit get p1

Implementation

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

Implementation

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