Comparison of current and entered number
bool isQuantityIncreased({ required num previous, required num current, }) => previous <= current;