isLoading property
bool
get
isLoading
Whether a fetch is currently in progress.
Implementation
bool get isLoading => _isLoading;
Whether a fetch is currently in progress.
bool get isLoading => _isLoading;