ondurationchange top-level property
dynamic Function(Event)?
get
ondurationchange
Occurs when the duration attribute is updated.
Implementation
_i2.dynamic Function(_i3.Event)? get ondurationchange =>
(_i3.Event p0) => _i4.callMethod(
_i4.getProperty(
_self,
'ondurationchange',
),
r'call',
[
_self,
p0,
],
);