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