seek property
Implementation
_i2.Future<_i2.num> Function(
_i2.Object,
_i4.SeekMode,
) get seek => (
_i2.Object p0,
_i4.SeekMode p1,
) =>
_i3.promiseToFuture(_i3.callMethod(
_i3.getProperty(
this,
'seek',
),
r'call',
[
this,
p0,
p1.name,
],
));