p2 property

Implementation

_i3.DOMPointInit? get p2 => _i4.getProperty(
      this,
      'p2',
    );
void p2=(DOMPointInit? value)

Implementation

set p2(_i3.DOMPointInit? value) {
  _i4.setProperty(
    this,
    'p2',
    value ?? _i6.undefined,
  );
}