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