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