FeatureStatsAndAnomalySpec constructor

FeatureStatsAndAnomalySpec({
  1. int? latestStatsCount,
  2. Interval? statsTimeRange,
})

Implementation

FeatureStatsAndAnomalySpec({this.latestStatsCount, this.statsTimeRange})
  : super(fullyQualifiedName);