hasError property
bool
get
hasError
A flag that turns true as soon as at an error event has been emitted.
Implementation
bool get hasError => errorAndStackTrace != null;
A flag that turns true as soon as at an error event has been emitted.
bool get hasError => errorAndStackTrace != null;