newSites property

List<Site>? newSites
getter/setter pair

The sites that will replace the existing sites assigned to the channel, specified as a list of Sites.

Implementation

core.List<Site>? newSites;