Whether a tick should be scheduled.
If this is true, then calling scheduleTick should succeed.
Reasons why a tick should not be scheduled include:
Source
@protected bool get shouldScheduleTick => isTicking && !scheduled;
Whether a tick should be scheduled.
If this is true, then calling scheduleTick should succeed.
Reasons why a tick should not be scheduled include:
@protected bool get shouldScheduleTick => isTicking && !scheduled;