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