p3 property

DOMPointInit get p3

Implementation

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

Implementation

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