EnvProperty constructor

const EnvProperty(
  1. String key, {
  2. String? value,
  3. String? defaultValue,
  4. bool required = true,
})

Implementation

const EnvProperty(
  this.key, {
  this.value,
  this.defaultValue,
  this.required = true,
});