AggregationInfo.fromJson constructor
AggregationInfo.fromJson(
- Map json_
Implementation
AggregationInfo.fromJson(core.Map json_)
: this(
aggregationCount: json_['aggregationCount'] as core.int?,
aggregationInterval: json_['aggregationInterval'] as core.String?,
aggregationLevel: json_['aggregationLevel'] as core.String?,
);