EnvironmentVariableMutatorOptions class
Options applied to the mutator.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- EnvironmentVariableMutatorOptions({bool? applyAtProcessCreation, bool? applyAtShellIntegration})
-
factory
Properties
- applyAtProcessCreation ↔ bool?
-
Available on EnvironmentVariableMutatorOptions, provided by the EnvironmentVariableMutatorOptions$Typings extension
Apply to the environment just before the process is created. Defaults to false.getter/setter pair - applyAtShellIntegration ↔ bool?
-
Available on EnvironmentVariableMutatorOptions, provided by the EnvironmentVariableMutatorOptions$Typings extension
Apply to the environment in the shell integration script. Note that this will not apply the mutator if shell integration is disabled or not working for some reason. Defaults to false.getter/setter pair - hashCode → int
-
The hash code for this object.
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