CompoundMessagePredicate.of constructor
CompoundMessagePredicate.of(
- CompoundMessagePredicate other
Implementation
CompoundMessagePredicate.of(CompoundMessagePredicate other)
: _operand = other._operand,
_values = List<MessagePredicate>.of(other._values);