appendItem property

SVGTransform Function(SVGTransform) get appendItem

Implementation

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

Implementation

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