Checks if length of num is GREATER than maxLength.
bool isLengthGreaterThan(int maxLength) => ValidatorUtils.isLengthGreaterThan(this, maxLength);