SecretProjection constructor

const SecretProjection({
  1. List<KeyToPath>? items,
  2. String? name,
  3. bool? optional,
})

Default constructor.

Implementation

const SecretProjection({
  this.items,
  this.name,
  this.optional,
});