InsightRuleContributor constructor
InsightRuleContributor({
- required double approximateAggregateValue,
- required List<
InsightRuleContributorDatapoint> datapoints, - required List<
String> keys,
Implementation
InsightRuleContributor({
required this.approximateAggregateValue,
required this.datapoints,
required this.keys,
});