invalid property
bool
get
invalid
A boolean reflection of the current validity.
Implementation
bool get invalid => _onValidate != null && !_onValidate!.isCompleted;
A boolean reflection of the current validity.
bool get invalid => _onValidate != null && !_onValidate!.isCompleted;