document property
Required. The updated document. Creates the document if it does not already exist.
Implementation
@$pb.TagNumber(1)
$1.Document get document => $_getN(0);
Implementation
@$pb.TagNumber(1)
set document($1.Document v) {
setField(1, v);
}