WindowsDeviceInfo class

Object encapsulating WINDOWS device information.

Implemented types

Constructors

WindowsDeviceInfo({required String computerName, required int numberOfCores, required int systemMemoryInMegabytes})
Constructs a WindowsDeviceInfo.

Properties

computerName String
The computer's fully-qualified DNS name, where available.
final
hashCode int
The hash code for this object.
no setterinherited
numberOfCores int
Number of CPU cores on the local machine
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemMemoryInMegabytes int
The physically installed memory in the computer. This may not be the same as available memory.
final

Methods

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

Operators

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