channels property Null safety

List<String>? channels
read / write

A set of Sync Gateway channel names to pull from.

Ignored for push replication. If unset, all accessible channels will be pulled.

Note: channels that are not accessible to the user will be ignored by Sync Gateway.

Implementation

List<String>? channels;