FeatureStatsAndAnomalySpec constructor
FeatureStatsAndAnomalySpec({
- int? latestStatsCount,
- Interval? statsTimeRange,
Implementation
FeatureStatsAndAnomalySpec({this.latestStatsCount, this.statsTimeRange})
: super(fullyQualifiedName);