removeItem property

SVGTransform Function(num) get removeItem

Implementation

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

Implementation

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