isDefault

abstract val isDefault: Boolean(source)

Whether this stream subscription is included yb default, regardless of whether the stream has explicitly been subscribed to or not.

Default streams are created by applying auto_subscribe: true in their definition on the sync service.

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