ChromeSystem class

Available extensions

Properties

cpu ChromeSystemCpu

Available on ChromeSystem, provided by the ChromeSystemCpuExtension extension

Use the system.cpu API to query CPU metadata.
no setter
display ChromeSystemDisplay

Available on ChromeSystem, provided by the ChromeSystemDisplayExtension extension

Use the system.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

The chrome.system.memory API.
no setter
network ChromeSystemNetwork

Available on ChromeSystem, provided by the ChromeSystemNetworkExtension extension

Use the chrome.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 the chrome.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