hasError property

ValueListenable<bool> get hasError

Public ValueListenable to observe the error state.

Implementation

ValueListenable<bool> get hasError => _hasError;