isDone property

Whether the underlying StreamSubscription is done or not.

Once the StreamSubscription got cancelled, all references to it are removed from this StreamSubscriptionNotifier and no more events will be received.

Implementation

@override
AdvancedValueListenable<bool> get isDone => _isDoneNotifier;