ProcessType enum

The types of the browser processes.

Inheritance
Available extensions

Values

browser → const ProcessType
const ProcessType('browser')
renderer → const ProcessType
const ProcessType('renderer')
extension → const ProcessType
const ProcessType('extension')
notification → const ProcessType
const ProcessType('notification')
plugin → const ProcessType
const ProcessType('plugin')
worker → const ProcessType
const ProcessType('worker')
nacl → const ProcessType
const ProcessType('nacl')
serviceWorker → const ProcessType
const ProcessType('service_worker')
utility → const ProcessType
const ProcessType('utility')
gpu → const ProcessType
const ProcessType('gpu')
other → const ProcessType
const ProcessType('other')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS String
no setter
value String
final

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

Static Methods

fromJS(String value) ProcessType

Constants

values → const List<ProcessType>
A constant List of the values in this enum, in order of their declaration.