MachineArchitectureDetails class

Details of the machine architecture.

Constructors

MachineArchitectureDetails({BiosDetails? bios, String? cpuArchitecture, String? cpuName, int? cpuSocketCount, int? cpuThreadCount, String? firmwareType, String? hyperthreading, String? vendor})
MachineArchitectureDetails.fromJson(Map json_)

Properties

bios BiosDetails?
BIOS Details.
getter/setter pair
cpuArchitecture String?
CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
getter/setter pair
cpuName String?
CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
getter/setter pair
cpuSocketCount int?
Number of processor sockets allocated to the machine.
getter/setter pair
cpuThreadCount int?
Number of CPU threads allocated to the machine.
getter/setter pair
firmwareType String?
Firmware type. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hyperthreading String?
CPU hyper-threading support. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendor String?
Hardware vendor.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited