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