SecretaryState<K, T> class

Constructors

SecretaryState({required SecretaryStatus status, List<TaskState<K, T>> active = const [], List<TaskState<K, T>> queue = const [], List<RecurringTaskState<K, T>> recurring = const []})
const

Properties

active List<TaskState<K, T>>
final
activeKeys List<K>
no setter
hashCode int
The hash code for this object.
no setterinherited
numTasks int
no setter
queue List<TaskState<K, T>>
final
queueKeys List<K>
no setter
recurring List<RecurringTaskState<K, T>>
final
recurringKeys List<K>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SecretaryStatus
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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