EventCondition class
Specifies the conditions to evaluate for an event that applies to an activity in a journey.
Constructors
- EventCondition({EventDimensions? dimensions, String? messageActivity})
-
EventCondition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dimensions → EventDimensions?
-
The dimensions for the event filter to use for the activity.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageActivity → String?
-
The message identifier (message_id) for the message to use when determining
whether message events meet the condition.
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