ConfigMapProjection constructor

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

Default constructor.

Implementation

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