StepNormalizeEnvProperties constructor

const StepNormalizeEnvProperties({
  1. Set<EnvProperty> neededProperties = const {},
  2. StringEvaluator? stringEvaluator,
})

Implementation

const StepNormalizeEnvProperties({
  this.neededProperties = const {},
  this.stringEvaluator,
});