isLoading property

bool get isLoading

gets if the async operation is loading

Implementation

bool get isLoading =>
    !(_lastOperation.isCompleted || _lastOperation.isCanceled);