CompoundMessagePredicate.of constructor

CompoundMessagePredicate.of(
  1. CompoundMessagePredicate other
)

Implementation

CompoundMessagePredicate.of(CompoundMessagePredicate other)
  : _operand = other._operand,
    _values = List.of(other._values);