TransformTask class
WorkerTask to perform a series of transformations
- Inheritance
-
- Object
- WorkerTask
- TransformTask
Constructors
-
TransformTask.new(List<
Conversation> batch, List<StepDescriptor> steps, {PackedDataCache? cache}) -
A task to perform
steps
onbatch
const
Properties
-
batch
→ List<
Conversation> -
Data
final
- cache → PackedDataCache?
-
Cache containing binary data required for these steps.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
steps
→ List<
StepDescriptor> -
Transformation steps
final
- type → RequestType
-
RequestType
for this message.finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
Worker worker) → Future< WorkerResponse> -
Run the task using the
Worker
context.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited