EnviedField constructor

const EnviedField({
  1. String? varName,
  2. bool? obfuscate,
  3. Object? defaultValue,
})

Implementation

const EnviedField({this.varName, this.obfuscate, this.defaultValue});