setChannel property
Set channels (using the new API). A special channel is the "primary channel". The other records are secondary channels. Note: only one channel can be marked as primary. If the client sets a particular channel to be primary, the previous channel will be set to SECONDARY automatically.
Implementation
@$pb.TagNumber(33)
$0.Channel get setChannel => $_getN(27);
Implementation
@$pb.TagNumber(33)
set setChannel($0.Channel value) => $_setField(33, value);