PreconfiguredWafSet constructor

PreconfiguredWafSet({
  1. List<WafExpressionSet>? expressionSets,
})

Implementation

PreconfiguredWafSet({
  this.expressionSets,
});