appComment property

  1. @TagNumber.new(13)
String get appComment

The comment generated by the application

Implementation

@$pb.TagNumber(13)
$core.String get appComment => $_getSZ(4);
  1. @TagNumber.new(13)
set appComment (String value)

Implementation

@$pb.TagNumber(13)
set appComment($core.String value) => $_setString(4, value);