ModifyDataOp<T extends Object> class abstract

每一帧,有几个阶段 修改数据阶段 触发自动删除数据阶段 跳转位置阶段 对于已经到达准备好状态的任务,在persisitent完成的时候必须要结束 修改数据

Implementers

Constructors

ModifyDataOp({required Task<T> task})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task Task<T>
父类的task是什么
getter/setter pair

Methods

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

Operators

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