TaskManager class
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
workingTasks
→ List<
Task> -
final
Methods
-
addTask(
Task task) → void - 添加一个 Task
-
getTasks(
) → List< Task> - 返回当前运行中的 Task
-
getTasksByType<
T extends Task> () → List< T> -
查找类型符合
T
的 Task -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeTask(
Task task) → void -
restartTask(
Task task) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited