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