addPath property

void Function(Path2D, [DOMMatrix2DInit?]) get addPath

Implementation

void Function(
  _i3.Path2D, [
  _i3.DOMMatrix2DInit?,
]) get addPath => (
      _i3.Path2D p0, [
      _i3.DOMMatrix2DInit? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'addPath',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set addPath (void value(Path2D, [DOMMatrix2DInit?]))

Implementation

set addPath(
    void Function(
      _i3.Path2D, [
      _i3.DOMMatrix2DInit?,
    ]) value) {
  _i4.setProperty(
    this,
    'addPath',
    _i4.allowInterop(value),
  );
}