channelUrls property Null safety
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;