toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final spokeStateCounts = this.spokeStateCounts;
final spokeStateReasonCounts = this.spokeStateReasonCounts;
final spokeTypeCounts = this.spokeTypeCounts;
return {
'spokeStateCounts': ?spokeStateCounts,
'spokeStateReasonCounts': ?spokeStateReasonCounts,
'spokeTypeCounts': ?spokeTypeCounts,
};
}