goals property

List<GoalData>? goals
getter/setter pair

All the goals that were reached in the current activity.

Implementation

core.List<GoalData>? goals;