Checks if length of set is LOWER OR EQUAL to maxLength.
bool isLengthLowerOrEqual(int maxLength) => ValidatorUtils.isLengthLowerOrEqual(this, maxLength);