GoogleHealthConnectElement constructor

GoogleHealthConnectElement({
  1. String? id,
  2. String? value,
  3. String? date,
  4. bool? synced,
  5. String? syncedDate,
  6. String? dateFrom,
  7. String? dateTo,
  8. String? type,
  9. String? healthValue,
})

Implementation

GoogleHealthConnectElement({
  this.id,
  this.value,
  this.date,
  this.synced,
  this.syncedDate,
  this.dateFrom,
  this.dateTo,
  this.type,
  this.healthValue,
});