hasError property
bool
get
hasError
Whether the computed value has an error
Implementation
bool get hasError => _lastError != null;
Whether the computed value has an error
bool get hasError => _lastError != null;