AppendDataOp<T extends Object> class

Inheritance

Constructors

AppendDataOp({required Task<T> task, required List<T> keys, required bool appendLeading})

Properties

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

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