Determines the minimum limitation of two values.
int limitMin(int minValue) => (this ?? minValue).limitMin(minValue);