User.username

Set the user alias name

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

Meta