ExtensionInstallType enum

How the extension was installed. One of admin: The extension was installed because of an administrative policy, development: The extension was loaded unpacked in developer mode, normal: The extension was installed normally via a .crx file, sideload: The extension was installed by other software on the machine, other: The extension was installed by other means.

Inheritance
Available extensions

Values

admin → const ExtensionInstallType
const ExtensionInstallType('admin')
development → const ExtensionInstallType
const ExtensionInstallType('development')
normal → const ExtensionInstallType
const ExtensionInstallType('normal')
sideload → const ExtensionInstallType
const ExtensionInstallType('sideload')
other → const ExtensionInstallType
const ExtensionInstallType('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) ExtensionInstallType

Constants

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