Whether this number is numerically smaller than other.
other
bool operator <(Decimal other) => compareTo(other) < 0;