StragglerSummary constructor

StragglerSummary({
  1. List<Straggler>? recentStragglers,
  2. Map<String, String>? stragglerCauseCount,
  3. String? totalStragglerCount,
})

Implementation

StragglerSummary({
  this.recentStragglers,
  this.stragglerCauseCount,
  this.totalStragglerCount,
});