InsightRuleContributor constructor

InsightRuleContributor({
  1. required double approximateAggregateValue,
  2. required List<InsightRuleContributorDatapoint> datapoints,
  3. required List<String> keys,
})

Implementation

InsightRuleContributor({
  required this.approximateAggregateValue,
  required this.datapoints,
  required this.keys,
});