AggregationHistogram.fromJson constructor
AggregationHistogram.fromJson(
- Map json_
Implementation
AggregationHistogram.fromJson(core.Map json_)
: this(
lowerBounds: (json_['lowerBounds'] as core.List?)
?.map((value) => (value as core.num).toDouble())
.toList(),
);