onseeked top-level property
dynamic Function(Event)?
get
onseeked
Occurs when the seek operation ends.
Implementation
_i2.dynamic Function(_i3.Event)? get onseeked =>
(_i3.Event p0) => _i4.callMethod(
_i4.getProperty(
_self,
'onseeked',
),
r'call',
[
_self,
p0,
],
);