fastSeek property

bool? fastSeek

Implementation

bool? get fastSeek => js_util.getProperty(this, 'fastSeek');
void fastSeek=(bool? newValue)

Implementation

set fastSeek(bool? newValue) {
  js_util.setProperty(this, 'fastSeek', newValue);
}