CompoundMessagePredicate.any constructor

CompoundMessagePredicate.any(
  1. List<SimpleMessagePredicate> predicates
)

Implementation

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