PropertyPredicate constructor

PropertyPredicate({
  1. Comparator? comparator,
  2. String? key,
  3. String? value,
})

Implementation

PropertyPredicate({
  this.comparator,
  this.key,
  this.value,
});