DevToolsStoreKeys enum
Values
- analyticsEnabled → const DevToolsStoreKeys
-
The key holding the value for whether Google Analytics (legacy) for DevTools have been enabled.
- isFirstRun → const DevToolsStoreKeys
-
The key holding the value for whether this is a user's first run of DevTools.
- lastReleaseNotesVersion → const DevToolsStoreKeys
-
The key holding the value for the last DevTools version that the user viewed release notes for.
- surveyActionTaken → const DevToolsStoreKeys
-
The key holding the value for whether the user has taken action on the DevTools survey prompt.
- surveyShownCount → const DevToolsStoreKeys
-
The key holding the value for number of times the user has seen the DevTools survey prompt without taking action.
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
Constants
-
values
→ const List<
DevToolsStoreKeys> - A constant List of the values in this enum, in order of their declaration.