WindowSummary constructor
WindowSummary({
- EvaluationType? evaluationType,
- int? itemCount,
- Metrics? metrics,
- DateTime? testWindowEnd,
- DateTime? testWindowStart,
Implementation
WindowSummary({
this.evaluationType,
this.itemCount,
this.metrics,
this.testWindowEnd,
this.testWindowStart,
});