PhysicalPlatformDetails.fromJson constructor

PhysicalPlatformDetails.fromJson(
  1. Map json_
)

Implementation

PhysicalPlatformDetails.fromJson(core.Map json_)
  : this(
      hyperthreading: json_['hyperthreading'] as core.String?,
      location: json_['location'] as core.String?,
    );