SwimLengthsData constructor

SwimLengthsData({
  1. ObservationTimeInterval? interval,
  2. String? strokeCount,
  3. String? swimStrokeType,
})

Implementation

SwimLengthsData({this.interval, this.strokeCount, this.swimStrokeType});