beingLoaded property

bool beingLoaded

Returns if the data is currently being loaded

Implementation

bool get beingLoaded => loadingStatus == ActionStatus.ongoing;