ExtensionEnabledState enum
Describes the enablement state of a DevTools extension.
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
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.