CompoundConversationPredicate.of constructor

CompoundConversationPredicate.of(
  1. CompoundConversationPredicate other
)

Implementation

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