UserProperties constructor
UserProperties({})
Implementation
UserProperties({
required this.birthDate,
required this.birthYear,
required this.bodyBoneMass,
required this.bodyFat,
required this.bodyMassIndex,
required this.gender,
required this.height,
required this.timezone,
required this.weight,
});