ExtensionEnabledState enum

Describes the enablement state of a DevTools extension.

Inheritance

Constructors

ExtensionEnabledState()
const

Values

enabled → const ExtensionEnabledState

The extension has been enabled manually by the user.

disabled → const ExtensionEnabledState

The extension has been disabled manually by the user.

none → const ExtensionEnabledState

The extension has been neither enabled nor disabled by the user.

error → const ExtensionEnabledState

Something went wrong with reading or writing the activation state.

We should ignore extensions with this activation state.

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

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

from(String? value) ExtensionEnabledState
Parses value and returns the matching ExtensionEnabledState if found.

Constants

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