toJson method

Map<String, dynamic> toJson()

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,
  };
}