AccountWithImage

data class AccountWithImage(val account: Account, val iconUrl: String? = null)

Constructors

Link copied to clipboard
fun AccountWithImage(account: Account, iconUrl: String? = null)

Properties

Link copied to clipboard
val account: Account
Link copied to clipboard
val hasIcon: Boolean
Link copied to clipboard
val iconUrl: String? = null