SwimLengthsData constructor
SwimLengthsData({
- ObservationTimeInterval? interval,
- String? strokeCount,
- String? swimStrokeType,
Implementation
SwimLengthsData({this.interval, this.strokeCount, this.swimStrokeType});