pauseOnExit property
bool
get
pauseOnExit
Returns true if the text track cue pause-on-exit flag is set, false otherwise.
Can be set.
Implementation
_i2.bool get pauseOnExit => _i4.getProperty(
this,
'pauseOnExit',
);
set
pauseOnExit
(bool value)
Implementation
set pauseOnExit(_i2.bool value) {
_i4.setProperty(
this,
'pauseOnExit',
value,
);
}