username property
optionally set a unique username, if none is provided the email will be used
Implementation
@$pb.TagNumber(2)
$core.String get username => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set username($core.String v) { $_setString(1, v); }