UserData constructor

UserData(
  1. int weight,
  2. int height,
  3. Gender gender,
  4. int age,
  5. SensorLocation sensorLocation,
  6. String sensorAddress,
  7. String sensorName,
)

Implementation

UserData(this.weight, this.height, this.gender, this.age, this.sensorLocation,
    this.sensorAddress, this.sensorName);