changes property

List<Entity>? changes
getter/setter pair

The entities that were added or updated during the bulk-update.

Does not include entities that were deleted or updated by the system.

Implementation

core.List<Entity>? changes;