isLoading property
bool
get
isLoading
Returns true if this notifier is currently loading.
Implementation
bool get isLoading => state.isLoading;
Returns true if this notifier is currently loading.
bool get isLoading => state.isLoading;