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