AllowlistResult constructor

AllowlistResult({
  1. String? matchedPattern,
})

Implementation

AllowlistResult({
  this.matchedPattern,
});