Variable User.id

Declaration

class User
{
  // ...
  ulong id;
  // ...
}