ElectrocardiogramVoltageValue constructor

ElectrocardiogramVoltageValue({
  1. required num voltage,
  2. required num timeSinceSampleStart,
})

Implementation

ElectrocardiogramVoltageValue({
  required this.voltage,
  required this.timeSinceSampleStart,
});