bool isLengthBetween(int minLength, int maxLength) => trim().length <= maxLength && trim().length >= minLength;