replaceItem property

SVGTransform Function(SVGTransform, num) get replaceItem

Implementation

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

Implementation

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