User

class User(id: Username, val username: String = id.value) : AggregateRoot<Username>

Constructors

Link copied to clipboard
constructor(id: Username, username: String = id.value)

Properties

Link copied to clipboard
open val id: Username
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int