DeleteDataOp<T extends Object> class
明确指出的删除数据应该是什么
- Inheritance
-
- Object
- ModifyDataOp<
T> - DeleteDataOp
Constructors
-
DeleteDataOp({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