username property
The user's unique username. It is used for identification during authentication.
Implementation
@$pb.TagNumber(2)
$core.String get username => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set username($core.String value) => $_setString(1, value);