documentation property

  1. @TagNumber(1)
String get documentation

Implementation

@$pb.TagNumber(1)
$core.String get documentation => $_getSZ(0);
  1. @TagNumber(1)
set documentation (String value)

Implementation

@$pb.TagNumber(1)
set documentation($core.String value) => $_setString(0, value);