GenericPlatformDetails constructor

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

Implementation

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