Checks if length of num is BETWEEN minLength to maxLength.
bool isLengthBetween(int minLength, int maxLength) => ValidatorUtils.isLengthBetween(this, minLength, maxLength);