channelUrls property Null safety

List<String>? channelUrls
read / write

Filters for channel urls.

Result will return a list containing only and exactly matched with given urls. This filter does not cooperate with other filters.

Implementation

List<String>? channelUrls;