mutations property

List<Mutation>? mutations
getter/setter pair

The mutations to be executed when this transaction commits.

All mutations are applied atomically, in the order they appear in this list.

Implementation

core.List<Mutation>? mutations;