ElectrocardiogramVoltageValue.fromJson constructor
ElectrocardiogramVoltageValue.fromJson(
- dynamic json
Implementation
factory ElectrocardiogramVoltageValue.fromJson(json) =>
ElectrocardiogramVoltageValue(
json['voltage'], json['timeSinceSampleStart']);