isStillStreaming property

bool get isStillStreaming

This value is true if the controller is still listening to the stream (ie: ths loadingDone method has not been called yet)

Implementation

bool get isStillStreaming => _isLoading;