AggregationResultHistogramBucket.fromJson constructor
AggregationResultHistogramBucket.fromJson(
- Map json_
Implementation
AggregationResultHistogramBucket.fromJson(core.Map json_)
: this(
count: json_['count'] as core.String?,
lowerBound: (json_['lowerBound'] as core.num?)?.toDouble(),
upperBound: (json_['upperBound'] as core.num?)?.toDouble(),
);