SecretSyncConfig constructor

SecretSyncConfig({
  1. bool? enabled,
  2. SyncRotationConfig? rotationConfig,
})

Implementation

SecretSyncConfig({this.enabled, this.rotationConfig});