isLoadedWithError property

bool get isLoadedWithError

Returns true if isLoaded and has an error

Implementation

bool get isLoadedWithError => _loaded && _error != null;