Companion

object Companion

Properties

Link copied to clipboard

No UserName has been assigned.

Functions

Link copied to clipboard
fun create(lastName: String, firstName: String): UserName

Create a default instance with the indicated first and last names.

Link copied to clipboard
operator fun invoke(lastName: String, firstName: String): UserName

Create a default instance with the indicated first and last names.