name property
The name of the application. This can be displayed to users.
Implementation
@$pb.TagNumber(5)
$core.String get name => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set name($core.String value) => $_setString(4, value);
The name of the application. This can be displayed to users.
@$pb.TagNumber(5)
$core.String get name => $_getSZ(4);
@$pb.TagNumber(5)
set name($core.String value) => $_setString(4, value);