True if strictly between min and max (exclusive).
min
max
@useResult bool isInRangeExclusive(num min, num max) => this > min && this < max;