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