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 v) { $_setString(1, v); }