isLoading property

bool get isLoading

gets if the async operation is loading

Implementation

bool get isLoading => _lastOperation.isRunning;