NumberPredicate.of constructor

NumberPredicate.of(
  1. NumberPredicate other
)

Implementation

NumberPredicate.of(NumberPredicate other)
  : _operand = other._operand,
    _value = other._value,
    _values = (other._values != null ? List.of(other._values!) : null);