DOMPoint constructor
Implementation
factory DOMPoint([
  _i2.num? x,
  _i2.num? y,
  _i2.num? z,
  _i2.num? w,
]) =>
    _i4.callConstructor(
      _declaredDOMPoint,
      [
        x ?? _i6.undefined,
        y ?? _i6.undefined,
        z ?? _i6.undefined,
        w ?? _i6.undefined,
      ],
    );