Settings constructor

Settings({
  1. bool? autoStrideEnabled,
  2. String? distanceUnit,
  3. String? foodLanguageCode,
  4. String? glucoseUnit,
  5. String? heightUnit,
  6. String? languageLocale,
  7. String? name,
  8. String? strideLengthRunningType,
  9. String? strideLengthWalkingType,
  10. String? swimUnit,
  11. String? temperatureUnit,
  12. String? timeZone,
  13. String? utcOffset,
  14. String? waterUnit,
  15. String? weightUnit,
})

Implementation

Settings({
  this.autoStrideEnabled,
  this.distanceUnit,
  this.foodLanguageCode,
  this.glucoseUnit,
  this.heightUnit,
  this.languageLocale,
  this.name,
  this.strideLengthRunningType,
  this.strideLengthWalkingType,
  this.swimUnit,
  this.temperatureUnit,
  this.timeZone,
  this.utcOffset,
  this.waterUnit,
  this.weightUnit,
});