EnvironmentVariableMutator constructor
EnvironmentVariableMutator({
- EnvironmentVariableMutatorType? type,
- String? value,
- EnvironmentVariableMutatorOptions? options,
Implementation
factory EnvironmentVariableMutator({
_i3.EnvironmentVariableMutatorType? type,
_i2.String? value,
_i3.EnvironmentVariableMutatorOptions? options,
}) =>
EnvironmentVariableMutator._(
type: type?.name,
value: value,
options: options ?? _i6.undefined,
);