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