DynamicSourceSplit class

When a task splits using WorkItemStatus.dynamic_source_split, this message describes the two parts of the split relative to the description of the current task's input.

Properties

hashCode int
The hash code for this object.
no setterinherited
primary DerivedSource?
Primary part (continued to be processed by worker).
getter/setter pair
residual DerivedSource?
Residual part (returned to the pool of work).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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