p4 property

Implementation

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

Implementation

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