AggregationInfo.fromJson constructor

AggregationInfo.fromJson(
  1. 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?,
      );