TrajectoryTimeRange class final
Inclusive selection in the active timeline projection's domain.
Constructors
- TrajectoryTimeRange({required double start, required double end})
-
Creates a TrajectoryTimeRange.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overlaps(
TrajectoryTimeRange other) → bool -
Whether
othershares any point with this range. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited