HealthData constructor

const HealthData({
  1. List<Weight>? weightList,
})

Implementation

const HealthData({
  this.weightList
});