isLoading property
bool
get
isLoading
Whether this state is currently loading.
Implementation
bool get isLoading => status == XAsyncStatus.loading;
Whether this state is currently loading.
bool get isLoading => status == XAsyncStatus.loading;