username property
Set the user's username. This will be used for identification during authentication.
Implementation
@$pb.TagNumber(1)
$core.String get username => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set username($core.String v) { $_setString(0, v); }