inError property
Indicates if an error has occurred or not.
Implementation
@Deprecated("Use 'hasError' property instead.")
bool get inError => _error != null;
Indicates if an error has occurred or not.
@Deprecated("Use 'hasError' property instead.")
bool get inError => _error != null;