waveformSamples property

List<int>? waveformSamples
getter/setter pair

An array of voltage values representing lead I ECG values.

Each sample represents voltage difference in ECG graph. The first value in array corresponds to the start of the reading.

Optional.

Implementation

core.List<core.int>? waveformSamples;