Username

data class Username(val value: String) : EntityId<String>

Username entity.

Parameters

value

The value of the username.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
open override val value: String