User.name

Set the user real name

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

Meta