DOMPoint constructor

DOMPoint([
  1. num? x,
  2. num? y,
  3. num? z,
  4. num? w,
])

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,
      ],
    );