Settings constructor
Settings({
- bool? autoStrideEnabled,
- String? distanceUnit,
- String? foodLanguageCode,
- String? glucoseUnit,
- String? heightUnit,
- String? languageLocale,
- String? name,
- String? strideLengthRunningType,
- String? strideLengthWalkingType,
- String? swimUnit,
- String? temperatureUnit,
- String? timeZone,
- String? utcOffset,
- String? waterUnit,
- 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,
});