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