dontCare constant
        
        AskValidator
        const dontCare
        
      
      
The default validator that considers any input as valid
Implementation
static const AskValidator dontCare = _AskDontCare();
The default validator that considers any input as valid
static const AskValidator dontCare = _AskDontCare();