hasError property

bool get hasError

Returns true if the value has an execution error.

Implementation

bool get hasError => _error != null;