insertItemBefore property

SVGLength Function(SVGLength, num) get insertItemBefore

Implementation

_i3.SVGLength Function(
  _i3.SVGLength,
  _i2.num,
) get insertItemBefore => (
      _i3.SVGLength p0,
      _i2.num p1,
    ) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'insertItemBefore',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set insertItemBefore (SVGLength value(SVGLength, num))

Implementation

set insertItemBefore(
    _i3.SVGLength Function(
      _i3.SVGLength,
      _i2.num,
    ) value) {
  _i4.setProperty(
    this,
    'insertItemBefore',
    _i4.allowInterop(value),
  );
}