getCueById property
TextTrackCue? Function(String)
get
getCueById
Implementation
_i3.TextTrackCue? Function(_i2.String) get getCueById =>
(_i2.String p0) => _i4.callMethod(
_i4.getProperty(
this,
'getCueById',
),
r'call',
[
this,
p0,
],
);
set
getCueById
(TextTrackCue? value(String))
Implementation
set getCueById(_i3.TextTrackCue? Function(_i2.String) value) {
_i4.setProperty(
this,
'getCueById',
_i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
);
}