isLoading property

bool 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 => this is Loading<T>;