CompoundMessagePredicate.any constructor
CompoundMessagePredicate.any(
- List<
SimpleMessagePredicate> predicates
Implementation
CompoundMessagePredicate.any(List<SimpleMessagePredicate> predicates)
: _operand = 'any',
_values = predicates;