TimeRangeMixin mixin
A mixin that provides optional start and end time fields for timeline-based elements.
Classes that mix in TimeRangeMixin can be constrained to be active only during a specific time range of the video.
- Mixin applications
Properties
- endTime → Duration?
-
The end time for this element, relative to the start of the video.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → Duration?
-
The start time for this element, relative to the start of the video.
no setter
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