isLoading property

bool isLoading

Whether the state is AsyncLoading.

Implementation

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