static bool isValidDigitWithLetter(String? value) { return value != null && value.isNotEmpty && equals(value, Converter.toDigitWithLetter(value)); }