BloodGlucoseRollupValue.fromJson constructor
BloodGlucoseRollupValue.fromJson(
- Map json_
Implementation
BloodGlucoseRollupValue.fromJson(core.Map json_)
: this(
bloodGlucoseMilligramsPerDeciliterAvg:
(json_['bloodGlucoseMilligramsPerDeciliterAvg'] as core.num?)
?.toDouble(),
);