initialize property

SVGNumber Function(SVGNumber) get initialize

Implementation

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

Implementation

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