AdaptiveProtection constructor

AdaptiveProtection({
  1. double? confidence,
})

Implementation

AdaptiveProtection({
  this.confidence,
});