UserProfileUiModel

Represents the currently logged in user (or, possibly, the user being impersonated).

API

UserProfileUiModel.java
class UserProfileUiModel {
  Optional<UserMemento> userMemento()
  Optional<URL> avatarUrl()
}