DevToolsOptions class
Manages the devtools_options.yaml
file and allows read / write access.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
lookupExtensionEnabledState(
{required Uri rootUri, required String extensionName}) → ExtensionEnabledState -
Returns the current enabled state for
extensionName
in the 'devtools_options.yaml' file atrootUri
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setExtensionEnabledState(
{required Uri rootUri, required String extensionName, required bool enable}) → ExtensionEnabledState -
Sets the enabled state for
extensionName
in the 'devtools_options.yaml' file atrootUri
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- optionsFileName → const String