FitFile constructor

FitFile({
  1. String? path,
  2. int debugPrintFrom = 0,
  3. int debugPrintTo = 0,
})

Implementation

FitFile({
  this.path,
  this.debugPrintFrom = 0,
  this.debugPrintTo = 0,
});