fastSeek property

void Function(num) fastSeek

Implementation

void Function(_i2.num) get fastSeek => (_i2.num p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'fastSeek',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
void fastSeek=(void value(num))

Implementation

set fastSeek(void Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'fastSeek',
    _i4.allowInterop(value),
  );
}