isLoading property

bool get isLoading

Whether the operation is currently loading.

Implementation

bool get isLoading => _state.value == AsyncState.loading;