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