FindingCriteria constructor

FindingCriteria({
  1. Map<String, Condition>? criterion,
})

Implementation

FindingCriteria({
  this.criterion,
});