EnvFromSource constructor
const
EnvFromSource({
- ConfigMapEnvSource? configMapRef,
- String? prefix,
- SecretEnvSource? secretRef,
Default constructor.
Implementation
const EnvFromSource({
this.configMapRef,
this.prefix,
this.secretRef,
});