goalValue
The numerical goal of the workout.
Declaration
@property (nonatomic, copy, readonly, nullable) NSNumber * goalValue;@property (atomic, copy, readonly, nullable) NSNumber * goalValue;Discussion
If the user specified a goal, this property contains the numerical value of that goal. You get the units associated with this goal from the workoutGoalUnitType property.