documentation property

  1. @TagNumber.new(6)
Documentation get documentation

Additional API documentation. Contains only the summary and the documentation URL.

Implementation

@$pb.TagNumber(6)
$1.Documentation get documentation => $_getN(3);
  1. @TagNumber.new(6)
set documentation (Documentation value)

Implementation

@$pb.TagNumber(6)
set documentation($1.Documentation value) => $_setField(6, value);