Condition class

Specifies the conditions to evaluate for an activity in a journey, and how to evaluate those conditions.

Constructors

Condition({List<SimpleCondition>? conditions, Operator? operator})
Condition.fromJson(Map<String, dynamic> json)
factory

Properties

conditions List<SimpleCondition>?
The conditions to evaluate for the activity.
final
hashCode int
The hash code for this object.
no setterinherited
operator Operator?
Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.
final
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