HealthData constructor

HealthData(num value, DateTime dateFrom, DateTime dateTo, String source, bool userEntered)

Implementation

HealthData(
  this.value,
  this.dateFrom,
  this.dateTo,
  this.source,
  this.userEntered,
);