isLoading property

bool get isLoading

Whether this state represents loading.

Implementation

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