PhysicalPlatformDetails constructor

PhysicalPlatformDetails({
  1. String? hyperthreading,
  2. String? location,
})

Implementation

PhysicalPlatformDetails({
  this.hyperthreading,
  this.location,
});