Constructors
<init>
Link copied to clipboard
fun <init>(id: String, name: String, transactions: TransactionList, isAdmin: Boolean, password: String?, profileImage: ProfileImage?)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
copy
Link copied to clipboard
fun copy(id: String, name: String, transactions: TransactionList, isAdmin: Boolean, password: String?, profileImage: ProfileImage?): User
Content copied to clipboard
equals
Link copied to clipboard
Properties
id
Link copied to clipboard
isAdmin
Link copied to clipboard
password
Link copied to clipboard
profileImage
Link copied to clipboard
transactions
Link copied to clipboard
The user's list of Transactions.
Extensions
asProfile
Link copied to clipboard
asUserListEntry
Link copied to clipboard
withHashedPassword
Link copied to clipboard