ExerciseMetadata constructor

ExerciseMetadata({
  1. bool? hasGps,
  2. String? poolLengthMillimeters,
})

Implementation

ExerciseMetadata({this.hasGps, this.poolLengthMillimeters});