status property

  1. @TagNumber(2)
List<Status> get status

The status of applying the writes.

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

Implementation

@$pb.TagNumber(2)
$core.List<$9.Status> get status => $_getList(1);