loadFailed property

bool loadFailed

Returns if the data was not loaded due a failure

Implementation

bool get loadFailed => loadingStatus == ActionStatus.failed;