setKeepAlive property
void Function([bool?])
get
setKeepAlive
Implementation
void Function([_i2.bool?]) get setKeepAlive =>
([_i2.bool? p0]) => _i3.callMethod(
_i3.getProperty(
this,
'setKeepAlive',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
setKeepAlive
(void value([bool?]))
Implementation
set setKeepAlive(void Function([_i2.bool?]) value) {
_i3.setProperty(
this,
'setKeepAlive',
_i3.allowInterop(value),
);
}