mutationResults property

List<MutationResult>? mutationResults
getter/setter pair

The result of performing the mutations.

The i-th mutation result corresponds to the i-th mutation in the request.

Implementation

core.List<MutationResult>? mutationResults;