SpokeSummary constructor
SpokeSummary({
- List<
SpokeStateCount> ? spokeStateCounts, - List<
SpokeStateReasonCount> ? spokeStateReasonCounts, - List<
SpokeTypeCount> ? spokeTypeCounts,
Implementation
SpokeSummary({
this.spokeStateCounts,
this.spokeStateReasonCounts,
this.spokeTypeCounts,
});