WeightData constructor

WeightData({
  1. String? dateTime,
  2. double? weightValue,
  3. String? weightUnit,
})

Implementation

WeightData({this.dateTime, this.weightValue, this.weightUnit});