getUser

finds a user by their username, returns null if not found or if the user doesnt have a public profile set.

Nullable!User
getUser
(
string username
)

Meta