WindowSummary constructor

WindowSummary({
  1. EvaluationType? evaluationType,
  2. int? itemCount,
  3. Metrics? metrics,
  4. DateTime? testWindowEnd,
  5. DateTime? testWindowStart,
})

Implementation

WindowSummary({
  this.evaluationType,
  this.itemCount,
  this.metrics,
  this.testWindowEnd,
  this.testWindowStart,
});