appComment property
The comment generated by the application
Implementation
@$pb.TagNumber(13)
$core.String get appComment => $_getSZ(4);
Implementation
@$pb.TagNumber(13)
set appComment($core.String value) => $_setString(4, value);
The comment generated by the application
@$pb.TagNumber(13)
$core.String get appComment => $_getSZ(4);
@$pb.TagNumber(13)
set appComment($core.String value) => $_setString(4, value);