hasErrors property

bool get hasErrors

Whether there are any validation errors.

Implementation

bool get hasErrors => _errorsNotifier.value.isNotEmpty;