EnvVariable constructor

EnvVariable(
  1. String key,
  2. String value,
  3. String type,
  4. Set<String> availableInFiles,
)

Implementation

EnvVariable(this.key, this.value, this.type, this.availableInFiles);