isLoading property
bool
get
isLoading
Whether the current state is loading.
Implementation
bool get isLoading => state.value.isLoading;
Whether the current state is loading.
bool get isLoading => state.value.isLoading;