createSVGNumber property
SVGNumber Function()
get
createSVGNumber
Implementation
_i3.SVGNumber Function() get createSVGNumber => () => _i4.callMethod(
_i4.getProperty(
this,
'createSVGNumber',
),
r'call',
[this],
);
set
createSVGNumber
(SVGNumber value())
Implementation
set createSVGNumber(_i3.SVGNumber Function() value) {
_i4.setProperty(
this,
'createSVGNumber',
_i4.allowInterop(value),
);
}