PropertyPredicate constructor
PropertyPredicate({
- Comparator? comparator,
- String? key,
- String? value,
Implementation
PropertyPredicate({
this.comparator,
this.key,
this.value,
});