WaitActivity class

Specifies the settings for a wait activity in a journey. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.

Constructors

WaitActivity({String? nextActivity, WaitTime? waitTime})
WaitActivity.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextActivity String?
The unique identifier for the next activity to perform, after performing the wait activity.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
waitTime WaitTime?
The amount of time to wait or the date and time when the activity moves participants to the next activity 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