SpokeSummary constructor

SpokeSummary({
  1. List<SpokeStateCount>? spokeStateCounts,
  2. List<SpokeStateReasonCount>? spokeStateReasonCounts,
  3. List<SpokeTypeCount>? spokeTypeCounts,
})

Implementation

SpokeSummary({
  this.spokeStateCounts,
  this.spokeStateReasonCounts,
  this.spokeTypeCounts,
});