a property

  1. @TagNumber.new(1)
String get a

*/ <- This should not close the generated doc comment

Implementation

@$pb.TagNumber(1)
$core.String get a => $_getS(0, '*/ <- Neither should this.');
  1. @TagNumber.new(1)
set a (String v)

Implementation

@$pb.TagNumber(1)
set a($core.String v) { $_setString(0, v); }