hasError property

bool get hasError

Whether this computed has an error from the last computation.

Implementation

bool get hasError => _error != null;