CueImpl class

Inheritance

Constructors

CueImpl(String id, int uid, double startTime, double _endTime, String _content)

Properties

content String
The content of the cue.
no setteroverride
endTime double
The playback position at which the cue becomes inactive, in seconds.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of the cue.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime double
The playback position at which the cue becomes active, in seconds.
no setterinherited
uid int
A unique identifier of the text track cue.
no setterinherited

Methods

addEventListener(String eventType, EventListener<Event> listener) → void
override
dispatchEvent(Event event) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String eventType, EventListener<Event> listener) → void
override
toString() String
A string representation of this object.
inherited
update(double endTime, String content) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited