BloodGlucose constructor

BloodGlucose({
  1. double? bloodGlucoseMilligramsPerDeciliter,
  2. String? mealType,
  3. String? measurementSource,
  4. String? measurementTiming,
  5. String? notes,
  6. ObservationSampleTime? sampleTime,
  7. String? specimen,
})

Implementation

BloodGlucose({
  this.bloodGlucoseMilligramsPerDeciliter,
  this.mealType,
  this.measurementSource,
  this.measurementTiming,
  this.notes,
  this.sampleTime,
  this.specimen,
});