ValidationResponseSuppressionMatch constructor

ValidationResponseSuppressionMatch({
  1. bool? matched,
  2. ValidationResponseSuppressionMatchMatchTypeEnum? matchType,
  3. String? matchValue,
})

Returns a new ValidationResponseSuppressionMatch instance.

Implementation

ValidationResponseSuppressionMatch({
  this.matched,
  this.matchType,
  this.matchValue,
});