isLoading property

bool get isLoading

Whether the future is currently loading

Implementation

bool get isLoading => _state.value.isLoading;