targetIds property

  1. @TagNumber(2)
List<int> targetIds

The target IDs of targets that have changed.

If empty, the change applies to all targets.

The order of the target IDs is not defined.

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get targetIds => $_getList(1);