static bool isValidDigitWithPlus(String? value) { return isValidString(value) && equals(value, Converter.toDigitWithPlus(value)); }