PartialMatch constructor

PartialMatch({
  1. String? reference,
  2. List<String>? targetViolationReasons,
})

Implementation

PartialMatch({
  this.reference,
  this.targetViolationReasons,
});