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