EnvVar constructor
EnvVar({
- String? name,
- String? value,
- EnvVarSource? valueFrom,
Implementation
EnvVar({
this.name,
this.value,
this.valueFrom,
});