CustomMeasurementConfigInternal constructor

CustomMeasurementConfigInternal({
  1. double? durationSeconds,
  2. bool? infiniteMeasurement,
  3. List<int?>? instantMetrics,
  4. List<int?>? summaryMetrics,
  5. List<int?>? healthIndices,
  6. double? realtimeHrPeriodSeconds,
  7. double? realtimeHrvPeriodSeconds,
  8. double? realtimeCardiacStressPeriodSeconds,
})

Implementation

CustomMeasurementConfigInternal({
  this.durationSeconds,
  this.infiniteMeasurement,
  this.instantMetrics,
  this.summaryMetrics,
  this.healthIndices,
  this.realtimeHrPeriodSeconds,
  this.realtimeHrvPeriodSeconds,
  this.realtimeCardiacStressPeriodSeconds,
});