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