Performs a logical OR operation.
other the other Boolean
other
Boolean or(Boolean other) => Boolean(_value || other._value);