getSVGDocument property
Document? Function()
get
getSVGDocument
Implementation
_i3.Document? Function() get getSVGDocument => () => _i4.callMethod(
_i4.getProperty(
this,
'getSVGDocument',
),
r'call',
[this],
);
set
getSVGDocument
(Document? value())
Implementation
set getSVGDocument(_i3.Document? Function() value) {
_i4.setProperty(
this,
'getSVGDocument',
_i4.allowInterop(() => () => value() ?? _i6.undefined),
);
}