hasError property

bool get hasError

Indicate if the app is 'in error.'

Implementation

bool get hasError => _error != null;