includeDefaultStreams property

bool? includeDefaultStreams
final

Whether streams that have been defined with auto_subscribe: true should be synced when they don't have an explicit subscription.

This is enabled by default.

Implementation

final bool? includeDefaultStreams;