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