StateScheduleLabel class sealed
A schedule that belongs to a state value's enter/exit lifecycle.
Unlike plain schedules, state schedules are created on demand when a system is registered into them, and are run by the transition machinery rather than the frame driver.
- Inheritance
-
- Object
- ScheduleLabel
- StateScheduleLabel
- Implementers
Properties
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