TextTrackCueList class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- TextTrackCueList()
-
factory
Properties
- getCueById ↔ TextTrackCue? Function(String)
-
Available on TextTrackCueList, provided by the TextTrackCueList$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- length → num
-
Available on TextTrackCueList, provided by the TextTrackCueList$Typings extension
Returns the number of cues in the list.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
num index) → TextTrackCue -
Available on TextTrackCueList, provided by the TextTrackCueList$Typings extension
-
operator []=(
num index, TextTrackCue value) → void -
Available on TextTrackCueList, provided by the TextTrackCueList$Typings extension