p3 property

Implementation

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

Implementation

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