isLoading property

bool get isLoading

Whether the current state is loading.

Implementation

bool get isLoading => state.value.isLoading;