AltitudeRollupValue.fromJson constructor
AltitudeRollupValue.fromJson(
- Map json_
Implementation
AltitudeRollupValue.fromJson(core.Map json_)
: this(gainMillimetersSum: json_['gainMillimetersSum'] as core.String?);