initialize property

SVGTransform Function(SVGTransform) get initialize

Implementation

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

Implementation

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