isLoading property

bool get isLoading

Whether this state is currently loading.

Implementation

bool get isLoading => status == XAsyncStatus.loading;