User.name

Get the user real name

  1. auto name [@property getter]
    class User
    @property const
    name
    ()
  2. string name [@property setter]

Meta