SecretManagerConfig constructor

SecretManagerConfig({
  1. bool? enabled,
})

Implementation

SecretManagerConfig({
  this.enabled,
});