appComment property

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

The comment generated by the application

Implementation

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

Implementation

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