JobSequencer class

Manages the execution of jobs based on their index.

Constructors

JobSequencer.new({Duration delay = const Duration(milliseconds: 50), int initialIndex = 0})

Properties

delay Duration
final
hashCode int
The hash code for this object.
no setterinherited
hasPendingJobs bool
no setter
initialIndex int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addJob(Job job) → void
Adds a job to the manager and attempts to execute it if possible.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited