isLoading property

bool get isLoading

Checks if the the result is Loading. Note that the initial state (Initial) is also interpreted as a loading state.

Implementation

bool get isLoading => value.isLoading;