HealthData constructor
HealthData()
Create a HealthData object.
Implementation
HealthData(
this.uuid,
this.value,
this.unit,
this.dataType,
DateTime dateFrom,
DateTime dateTo,
this.platform,
this.deviceId,
this.sourceId,
this.sourceName,
) : super() {
this.dateFrom = dateFrom.toUtc();
this.dateTo = dateTo.toUtc();
}