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