required constant
AskValidator
const required
The user must enter a non-empty string. Whitespace will be trimmed before the string is tested.
Implementation
static const AskValidator required = _AskRequired();