ReplaceDataOp<T extends Object> class
明确指出替换后的数据应该是什么
- Inheritance
-
- Object
- ModifyDataOp<
T> - ReplaceDataOp
Constructors
-
ReplaceDataOp({required List<
T> keys, required Task<T> task})
Properties
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