AccountUiModel

data class AccountUiModel(val email: String, val name: String? = null, val avatar: Paintable? = null)

A UI model to represent an account.

Constructors

Link copied to clipboard
constructor(email: String, name: String? = null, avatar: Paintable? = null)

Properties

Link copied to clipboard
val avatar: Paintable? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null