TestWindowSummary constructor

TestWindowSummary({
  1. String? message,
  2. String? status,
  3. DateTime? testWindowEnd,
  4. DateTime? testWindowStart,
})

Implementation

TestWindowSummary({
  this.message,
  this.status,
  this.testWindowEnd,
  this.testWindowStart,
});