ConsolidationStrategy class

How the individual activities are consolidated.

If a set of activities is related they can be consolidated into one combined activity, such as one actor performing the same action on multiple targets, or multiple actors performing the same action on a single target. The strategy defines the rules for which activities are related.

Properties

hashCode int
The hash code for this object.
no setterinherited
legacy Legacy?
The individual activities are consolidated using the legacy strategy.
getter/setter pair
none NoConsolidation?
The individual activities are not consolidated.
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