writeResults property

  1. @TagNumber(3)
List<WriteResult> get writeResults

The result of applying the writes.

This i-th write result corresponds to the i-th write in the request.

Implementation

@$pb.TagNumber(3)
$core.List<$5.WriteResult> get writeResults => $_getList(2);