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