CompoundConversationPredicate.of constructor
CompoundConversationPredicate.of()
Implementation
CompoundConversationPredicate.of(CompoundConversationPredicate other)
: _operand = other._operand,
_values = List<ConversationPredicate>.of(other._values);