hasExplicitSubscription property

bool get hasExplicitSubscription

Whether this stream has been subscribed to explicitly.

It's possible for both isDefault and hasExplicitSubscription to be true at the same time - this happens when a default stream was subscribed explicitly.

Implementation

bool get hasExplicitSubscription;