p2 property

DOMPointInit get p2

Implementation

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

Implementation

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