doc property

  1. @TagNumber.new(3)
String get doc

Documentation string for the identifier.

Implementation

@$pb.TagNumber(3)
$core.String get doc => $_getSZ(2);
  1. @TagNumber.new(3)
set doc (String value)

Implementation

@$pb.TagNumber(3)
set doc($core.String value) => $_setString(2, value);