ElectrocardiogramVoltageValue.fromJson constructor

ElectrocardiogramVoltageValue.fromJson(
  1. dynamic json
)

Implementation

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