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