targetIds property

List<int>? targetIds
getter/setter pair

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

core.List<core.int>? targetIds;