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