clone method

Implementation

@override
BaseConversationPredicate clone() {
  return CompoundConversationPredicate.of(this);
}