currentDocument property

  1. @TagNumber(4)
Precondition get currentDocument

An optional precondition on the document. The request will fail if this is set and not met by the target document.

Implementation

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

Implementation

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