hasErrors property
bool
get
hasErrors
Whether there are any validation errors.
Implementation
bool get hasErrors => _errorsNotifier.value.isNotEmpty;
Whether there are any validation errors.
bool get hasErrors => _errorsNotifier.value.isNotEmpty;