ElectrocardiogramVoltageValue constructor

ElectrocardiogramVoltageValue(
  1. num voltage,
  2. num timeSinceSampleStart
)

Implementation

ElectrocardiogramVoltageValue(this.voltage, this.timeSinceSampleStart);