activities property

Map<String, Activity>? activities
final

A map that contains a set of Activity objects, one object for each activity in the journey. For each Activity object, the key is the unique identifier (string) for an activity and the value is the settings for the activity.

Implementation

final Map<String, Activity>? activities;