SecretEnvSource constructor
SecretEnvSource({
- LocalObjectReference? localObjectReference,
- String? name,
- bool? optional,
Implementation
SecretEnvSource({
this.localObjectReference,
this.name,
this.optional,
});