WeightData constructor

WeightData(
  1. int status,
  2. int tempUnit,
  3. int weightUnit,
  4. String weightUnitStr,
  5. int weightDecimal,
  6. int weightStatus,
  7. int weightNegative,
  8. int weight,
  9. String weightStr,
  10. int adc,
  11. int algorithmId,
  12. int tempNegative,
  13. int temp,
)

Implementation

WeightData(
  this.status,
  this.tempUnit,
  this.weightUnit,
  this.weightUnitStr,
  this.weightDecimal,
  this.weightStatus,
  this.weightNegative,
  this.weight,
  this.weightStr,
  this.adc,
  this.algorithmId,
  this.tempNegative,
  this.temp,
);