ChromeSystem class
Properties
- cpu → ChromeSystemCpu
-
Available on ChromeSystem, provided by the ChromeSystemCpuExtension extension
Use thesystem.cpu
API to query CPU metadata.no setter - display → ChromeSystemDisplay
-
Available on ChromeSystem, provided by the ChromeSystemDisplayExtension extension
Use thesystem.display
API to query display metadata.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- memory → ChromeSystemMemory
-
Available on ChromeSystem, provided by the ChromeSystemMemoryExtension extension
Thechrome.system.memory
API.no setter - network → ChromeSystemNetwork
-
Available on ChromeSystem, provided by the ChromeSystemNetworkExtension extension
Use thechrome.system.network
API.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storage → ChromeSystemStorage
-
Available on ChromeSystem, provided by the ChromeSystemStorageExtension extension
Use thechrome.system.storage
API to query storage device information and be notified when a removable storage device is attached and detached.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited