isAllLoading method

bool isAllLoading()

Returns true if all isLoading.

Implementation

bool isAllLoading() => every((r) => r.isLoading);