revealTemplate property

  1. @TagNumber(11)
RevealTemplateAttributes revealTemplate

Information about what sections of the document to reveal

Implementation

@$pb.TagNumber(11)
RevealTemplateAttributes get revealTemplate => $_getN(5);
  1. @TagNumber(11)
void revealTemplate=(RevealTemplateAttributes v)

Implementation

@$pb.TagNumber(11)
set revealTemplate(RevealTemplateAttributes v) {
  setField(11, v);
}