Predicate constructor
Predicate({
- required String dataId,
- required bool negated,
- required PredicateType type,
Implementation
Predicate({
required this.dataId,
required this.negated,
required this.type,
});