currentDocument property

  1. @TagNumber(2)
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(2)
$3.Precondition get currentDocument => $_getN(1);
  1. @TagNumber(2)
set currentDocument (Precondition v)

Implementation

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