EnviedField constructor

const EnviedField({
  1. String? varName,
  2. bool? obfuscate,
  3. Object? defaultValue,
  4. bool? optional,
  5. bool? useConstantCase,
  6. bool? interpolate,
  7. bool? rawString,
})

Implementation

const EnviedField({
  this.varName,
  this.obfuscate,
  this.defaultValue,
  this.optional,
  this.useConstantCase,
  this.interpolate,
  this.rawString,
});