CompoundConversationPredicate.any constructor

CompoundConversationPredicate.any(
  1. List<SimpleConversationPredicate> predicates
)

Implementation

CompoundConversationPredicate.any(List<SimpleConversationPredicate> predicates)
  : _operand = 'any',
    _values = predicates;