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