ValidationResponseSuppressionMatch constructor

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

Returns a new ValidationResponseSuppressionMatch instance.

Implementation

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