p2 property

Implementation

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

Implementation

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