scheduled property

  1. @protected
SplayTreeMap<DateTime, List<SchedulerAction>> scheduled
final

Sorted list of pending actions.

Implementation

@protected
final SplayTreeMap<DateTime, List<SchedulerAction>> scheduled =
    SplayTreeMap();