SecretEnvSource constructor

const SecretEnvSource({
  1. String? name,
  2. bool? optional,
})

Default constructor.

Implementation

const SecretEnvSource({
  this.name,
  this.optional,
});