Variable User.username

Declaration

class User
{
  // ...
  string username;
  // ...
}