p4 property

DOMPointInit get p4

Implementation

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

Implementation

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