splitSummaries property

List<SplitSummary>? splitSummaries
getter/setter pair

Laps or splits recorded within an exercise.

Laps could be split based on distance or other criteria (duration, etc.) Laps should not be overlapping with each other.

Optional.

Implementation

core.List<SplitSummary>? splitSummaries;