Loaded

data class Loaded(val userProfile: UserProfile) : UserProfileState

Loaded represents the state where the user profile has been loaded.

Constructors

Link copied to clipboard
constructor(userProfile: UserProfile)

Properties

Link copied to clipboard

The user's profile information