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