SecretKeySelector constructor
      
      SecretKeySelector({ 
    
    
- String? key,
- LocalObjectReference? localObjectReference,
- String? name,
- bool? optional,
Implementation
SecretKeySelector({
  this.key,
  this.localObjectReference,
  this.name,
  this.optional,
});