EnvironmentVariableMutator constructor

EnvironmentVariableMutator({
  1. EnvironmentVariableMutatorType? type,
  2. String? value,
  3. EnvironmentVariableMutatorOptions? options,
})

Implementation

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