isLoading property

bool get isLoading

Returns true if this notifier is currently loading.

Implementation

bool get isLoading => state.isLoading;