currentDocument property
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);
Implementation
@$pb.TagNumber(4)
set currentDocument($1.Precondition v) {
setField(4, v);
}