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