currentDocument property

  1. @TagNumber(4)
Precondition currentDocument

An optional precondition on the document.

The write will fail if this is set and not met by the target document.

Implementation

@$pb.TagNumber(4)
$1.Precondition get currentDocument => $_getN(3);
  1. @TagNumber(4)
void currentDocument=(Precondition v)

Implementation

@$pb.TagNumber(4)
set currentDocument($1.Precondition v) {
  setField(4, v);
}