isDefault property
bool
get
isDefault
Whether this stream subscription is included by default, regardless of whether the stream has explicitly been subscribed to or not.
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 isDefault;