isLoading property
bool
get
isLoading
Whether the operation is currently loading.
Implementation
bool get isLoading => _state.value == AsyncState.loading;
Whether the operation is currently loading.
bool get isLoading => _state.value == AsyncState.loading;