StartCondition class
Specifies the conditions for the first activity in a journey. This activity and its conditions determine which users are participants in a journey.
Constructors
- StartCondition({String? description, EventStartCondition? eventStartCondition, SegmentCondition? segmentStartCondition})
-
StartCondition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
The custom description of the condition.
final
- eventStartCondition → EventStartCondition?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segmentStartCondition → SegmentCondition?
-
The segment that's associated with the first activity in the journey. This
segment determines which users are participants in the journey.
final
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