isLoading property

bool get isLoading

Returns true if the state is AsyncLoading.

Implementation

bool get isLoading => this is AsyncLoading<T>;