Xss constructor

Xss({
  1. String? attackVector,
  2. String? errorMessage,
  3. List<String>? stackTraces,
  4. String? storedXssSeedingUrl,
})

Implementation

Xss({
  this.attackVector,
  this.errorMessage,
  this.stackTraces,
  this.storedXssSeedingUrl,
});