name property
Publicly visible name of the application. This might be presented to users if they sign in.
Implementation
@$pb.TagNumber(3)
$core.String get name => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set name($core.String value) => $_setString(2, value);