createSVGTransform property

SVGTransform Function() get createSVGTransform

Implementation

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

Implementation

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