isLoading property
bool
get
isLoading
gets if the async operation is loading
Implementation
bool get isLoading => _lastOperation.isRunning;
gets if the async operation is loading
bool get isLoading => _lastOperation.isRunning;