SecretKeySelector constructor

SecretKeySelector({
  1. String? key,
  2. LocalObjectReference? localObjectReference,
  3. String? name,
  4. bool? optional,
})

Implementation

SecretKeySelector({
  this.key,
  this.localObjectReference,
  this.name,
  this.optional,
});