JSChromeSystem class

Available extensions
Annotations

Constructors

JSChromeSystem()

Properties

cpu JSSystemCpu

Available on JSChromeSystem, provided by the JSChromeJSSystemCpuExtension extension

Use the system.cpu API to query CPU metadata.
no setter
cpuNullable JSSystemCpu?

Available on JSChromeSystem, provided by the JSChromeJSSystemCpuExtension extension

no setter
display JSSystemDisplay

Available on JSChromeSystem, provided by the JSChromeJSSystemDisplayExtension extension

Use the system.display API to query display metadata.
no setter
displayNullable JSSystemDisplay?

Available on JSChromeSystem, provided by the JSChromeJSSystemDisplayExtension extension

no setter
hashCode int
The hash code for this object.
no setterinherited
memory JSSystemMemory

Available on JSChromeSystem, provided by the JSChromeJSSystemMemoryExtension extension

The chrome.system.memory API.
no setter
memoryNullable JSSystemMemory?

Available on JSChromeSystem, provided by the JSChromeJSSystemMemoryExtension extension

no setter
network JSSystemNetwork

Available on JSChromeSystem, provided by the JSChromeJSSystemNetworkExtension extension

Use the chrome.system.network API.
no setter
networkNullable JSSystemNetwork?

Available on JSChromeSystem, provided by the JSChromeJSSystemNetworkExtension extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage JSSystemStorage

Available on JSChromeSystem, provided by the JSChromeJSSystemStorageExtension 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
storageNullable JSSystemStorage?

Available on JSChromeSystem, provided by the JSChromeJSSystemStorageExtension extension

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