InsightRuleContributorDatapoint constructor

InsightRuleContributorDatapoint({
  1. required double approximateValue,
  2. required DateTime timestamp,
})

Implementation

InsightRuleContributorDatapoint({
  required this.approximateValue,
  required this.timestamp,
});