isDone property

bool isDone

Shortcut for checking if current status is done

Implementation

bool get isDone => fetchingStatus == LoadState.done;